#D6F18B

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

Shades of Sulu #D6F18B

Tints of Sulu #D6F18B

Color information

#D6F18B (or 0xD6F18B) is unknown color: approx Sulu. HEX triplet: D6, F1 and 8B. RGB value is (214,241,139). Sum of RGB (Red+Green+Blue) = 214+241+139=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F18B is #290E74. Grayscale: #DDDDDD. Windows color (decimal): -2690677 or 9171414. OLE color: 9171414.

HSL color Cylindrical-coordinate representation of color #D6F18B: hue angle of 75.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6F18B is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB214241139-
CMYK0.1100.420.05
HSL75.88º78.46%74.51%-
HSV(B)75.88º42.32%94.51%-
XYZ63.8579.0736.32-
YUV221.381.55122.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 139 (54.69% from 255) = 23.40%
R=36.03%
G=40.57%
B=23.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411390.1100.420.0575.8878.4674.51
HexD6F18BB02A54c4e4b
Octal326361213130525114116113
Binary11010110111100011000101110110101010101100110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F18B; }

 p { color: rgb(214,241,139); }

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

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

 a { background-color: rgb(214,241,139); }

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

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

 span { border-color: rgb(214,241,139); }

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