Html Css Color HEX #D2FE76 Sulu

📋 copy color: '#D2FE76'

red 210 ◦ green 254 ◦ blue 118

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

Shades of Sulu #D2FE76

Tints of Sulu #D2FE76

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.64%

 BLUE value IS 118 (46.48% from 255) = 20.27%

R = 36.08%
G = 43.64%
B = 20.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#D2FE76 (or 0xD2FE76) is known color: Sulu. HEX triplet: D2, FE and 76. RGB value is (210,254,118). Sum of RGB (Red+Green+Blue) = 210+254+118=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE76 is #2D0189. Grayscale: #E1E1E1. Windows color (decimal): -2949514 or 7798482. OLE color: 7798482.

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

Color convert

RGB 210 254 118 -
CMYK 0.17 0 0.54 0.00
HSL 79.41º 0.99% 0.73% -
HSV(B) 79.41º 0.54% 1% -
XYZ 65.29 85.89 30.28 -
YUV 225.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 210 254 118 0.17 0 0.54 0.00 79.41 0.99 0.73
Hex D2 FE 76 11 0 36 0 4F 63 49
Octal 322 376 166 21 0 66 0 117 143 111
Binary 11010010 11111110 1110110 10001 0 110110 0 1001111 1100011 1001001

Color Harmonies of #D2FE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FE76

Black with #D2FE76

Text Example


Text Example

White with #D2FE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FE76; }

 p { color: rgb(210,254,118); }

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

background-color css

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

 a { background-color: rgb(210,254,118); }

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

border-color css

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

 span { border-color: rgb(210,254,118); }

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