#91DC4B

Color #91DC4B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #91DC4B

Tints of Atlantis #91DC4B

Color information

#91DC4B (or 0x91DC4B) is unknown color: approx Atlantis. HEX triplet: 91, DC and 4B. RGB value is (145,220,75). Sum of RGB (Red+Green+Blue) = 145+220+75=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DC4B is #6E23B4. Grayscale: #B5B5B5. Windows color (decimal): -7218101 or 4971665. OLE color: 4971665.

HSL color Cylindrical-coordinate representation of color #91DC4B: hue angle of 91.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91DC4B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB14522075-
CMYK0.3400.660.14
HSL91.03º67.44%57.84%-
HSV(B)91.03º65.91%86.27%-
XYZ38.5457.7115.77-
YUV181.0468.15102.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=32.95%
G=50%
B=17.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145220750.3400.660.1491.0367.4457.84
Hex91DC4B22042E5b433a
Octal2213341134201021613310372
Binary1001000111011100100101110001001000010111010110111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91DC4B; }

 p { color: rgb(145,220,75); }

 H1.HeaderClassName
 {
   color: #91DC4B;
 }
 .AnyTagClassName
 {
   color: #91DC4B;
 }
</style>
background-color css

<style>
 a { background-color: #91DC4B; }

 a { background-color: rgb(145,220,75); }

 div.DivClassName
 {
   background-color: #91DC4B;
 }
 .BgClassName
 {
   background-color: #91DC4B;
 }
</style>
border-color css

<style>
 span { border-color: #91DC4B; }

 span { border-color: rgb(145,220,75); }

 td.TdClassName
 {
   border-color: #91DC4B;
 }
 .TagClassName
 {
   border-color: #91DC4B;
 }
</style>