#D2E77F

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

Shades of Sulu #D2E77F

Tints of Sulu #D2E77F

Color information

#D2E77F (or 0xD2E77F) is unknown color: approx Sulu. HEX triplet: D2, E7 and 7F. RGB value is (210,231,127). Sum of RGB (Red+Green+Blue) = 210+231+127=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E77F is #2D1880. Grayscale: #D5D5D5. Windows color (decimal): -2955393 or 8382418. OLE color: 8382418.

HSL color Cylindrical-coordinate representation of color #D2E77F: hue angle of 72.12º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2E77F is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB210231127-
CMYK0.0900.450.09
HSL72.12º68.42%70.2%-
HSV(B)72.12º45.02%90.59%-
XYZ58.9972.3930.94-
YUV212.8679.54125.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 231 (90.62% from 255) = 40.67%
BLUE value IS 127 (50% from 255) = 22.36%
R=36.97%
G=40.67%
B=22.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311270.0900.450.0972.1268.4270.2
HexD2E77F902D9484446
Octal3223471771105511110104106
Binary11010010111001111111111100101011011001100100010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E77F; }

 p { color: rgb(210,231,127); }

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

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

 a { background-color: rgb(210,231,127); }

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

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

 span { border-color: rgb(210,231,127); }

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