Html Css Color HEX #D2F87D Sulu

📋 copy color: '#D2F87D'

red 210 ◦ green 248 ◦ blue 125

#D2F87D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D2F87D

Tints of Sulu #D2F87D

RGB

 RED value IS 210 (82.42% from 255) = 36.02%

 GREEN value IS 248 (97.27% from 255) = 42.54%

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 36.02%
G = 42.54%
B = 21.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#D2F87D (or 0xD2F87D) is known color: Sulu. HEX triplet: D2, F8 and 7D. RGB value is (210,248,125). Sum of RGB (Red+Green+Blue) = 210+248+125=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F87D is #2D0782. Grayscale: #DFDFDF. Windows color (decimal): -2951043 or 8255698. OLE color: 8255698.

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

Color convert

RGB 210 248 125 -
CMYK 0.15 0 0.50 0.03
HSL 78.54º 0.9% 0.73% -
HSV(B) 78.54º 0.5% 0.97% -
XYZ 63.85 82.32 31.93 -
YUV 222.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 210 248 125 0.15 0 0.50 0.03 78.54 0.9 0.73
Hex D2 F8 7D F 0 32 3 4F 5A 49
Octal 322 370 175 17 0 62 3 117 132 111
Binary 11010010 11111000 1111101 1111 0 110010 11 1001111 1011010 1001001

Color Harmonies of #D2F87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F87D

Black with #D2F87D

Text Example


Text Example

White with #D2F87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F87D; }

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

 H1.HeaderClassName
 {
   color: #D2F87D;
 }
 .AnyTagClassName
 {
   color: #D2F87D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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