#D0F67B

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

Shades of Sulu #D0F67B

Tints of Sulu #D0F67B

Color information

#D0F67B (or 0xD0F67B) is unknown color: approx Sulu. HEX triplet: D0, F6 and 7B. RGB value is (208,246,123). Sum of RGB (Red+Green+Blue) = 208+246+123=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F67B is #2F0984. Grayscale: #DDDDDD. Windows color (decimal): -3082629 or 8124112. OLE color: 8124112.

HSL color Cylindrical-coordinate representation of color #D0F67B: hue angle of 78.54º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0F67B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB208246123-
CMYK0.1500.500.04
HSL78.54º87.23%72.35%-
HSV(B)78.54º50%96.47%-
XYZ62.5480.7531.03-
YUV220.6272.91119-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 123 (48.44% from 255) = 21.32%
R=36.05%
G=42.63%
B=21.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082461230.1500.500.0478.5487.2372.35
HexD0F67BF03244f5748
Octal320366173170624117127110
Binary1101000011110110111101111110110010100100111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F67B; }

 p { color: rgb(208,246,123); }

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

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

 a { background-color: rgb(208,246,123); }

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

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

 span { border-color: rgb(208,246,123); }

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