#D2FF74

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

Shades of Sulu #D2FF74

Tints of Sulu #D2FF74

Color information

#D2FF74 (or 0xD2FF74) is unknown color: approx Sulu. HEX triplet: D2, FF and 74. RGB value is (210,255,116). Sum of RGB (Red+Green+Blue) = 210+255+116=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF74 is #2D008B. Grayscale: #E2E2E2. Windows color (decimal): -2949260 or 7667666. OLE color: 7667666.

HSL color Cylindrical-coordinate representation of color #D2FF74: hue angle of 79.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2FF74 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB210255116-
CMYK0.1800.550
HSL79.42º100%72.75%-
HSV(B)79.42º54.51%100%-
XYZ65.4986.4829.76-
YUV225.766.09116.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 116 (45.70% from 255) = 19.97%
R=36.14%
G=43.89%
B=19.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551160.1800.55079.4210072.75
HexD2FF741203704f6449
Octal322377164220670117144111
Binary110100101111111111101001001001101110100111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF74; }

 p { color: rgb(210,255,116); }

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

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

 a { background-color: rgb(210,255,116); }

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

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

 span { border-color: rgb(210,255,116); }

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