#D2F67E

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

Shades of Sulu #D2F67E

Tints of Sulu #D2F67E

Color information

#D2F67E (or 0xD2F67E) is unknown color: approx Sulu. HEX triplet: D2, F6 and 7E. RGB value is (210,246,126). Sum of RGB (Red+Green+Blue) = 210+246+126=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F67E is #2D0981. Grayscale: #DEDEDE. Windows color (decimal): -2951554 or 8320722. OLE color: 8320722.

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

Color convert

RGB210246126-
CMYK0.1500.490.04
HSL78º86.96%72.94%-
HSV(B)78º48.78%96.47%-
XYZ63.381.1232.06-
YUV221.5674.07119.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 246 (96.48% from 255) = 42.27%
BLUE value IS 126 (49.61% from 255) = 21.65%
R=36.08%
G=42.27%
B=21.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102461260.1500.490.047886.9672.94
HexD2F67EF03144e5749
Octal322366176170614116127111
Binary1101001011110110111111011110110001100100111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F67E; }

 p { color: rgb(210,246,126); }

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

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

 a { background-color: rgb(210,246,126); }

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

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

 span { border-color: rgb(210,246,126); }

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