#D2F17D

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

Shades of Sulu #D2F17D

Tints of Sulu #D2F17D

Color information

#D2F17D (or 0xD2F17D) is unknown color: approx Sulu. HEX triplet: D2, F1 and 7D. RGB value is (210,241,125). Sum of RGB (Red+Green+Blue) = 210+241+125=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F17D is #2D0E82. Grayscale: #DADADA. Windows color (decimal): -2952835 or 8253906. OLE color: 8253906.

HSL color Cylindrical-coordinate representation of color #D2F17D: hue angle of 76.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2F17D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB210241125-
CMYK0.1300.480.05
HSL76.03º80.56%71.76%-
HSV(B)76.03º48.13%94.51%-
XYZ61.7478.0931.22-
YUV218.5175.23121.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 125 (49.22% from 255) = 21.70%
R=36.46%
G=41.84%
B=21.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411250.1300.480.0576.0380.5671.76
HexD2F17DD03054c5148
Octal322361175150605114121110
Binary1101001011110001111110111010110000101100110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F17D; }

 p { color: rgb(210,241,125); }

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

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

 a { background-color: rgb(210,241,125); }

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

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

 span { border-color: rgb(210,241,125); }

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