Html Css Color HEX #D2FD76 Sulu

📋 copy color: '#D2FD76'

red 210 ◦ green 253 ◦ blue 118

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

Shades of Sulu #D2FD76

Tints of Sulu #D2FD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.55%

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

R = 36.14%
G = 43.55%
B = 20.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#D2FD76 (or 0xD2FD76) is known color: Sulu. HEX triplet: D2, FD and 76. RGB value is (210,253,118). Sum of RGB (Red+Green+Blue) = 210+253+118=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD76 is #2D0289. Grayscale: #E1E1E1. Windows color (decimal): -2949770 or 7798226. OLE color: 7798226.

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

Color convert

RGB 210 253 118 -
CMYK 0.17 0 0.53 0.01
HSL 79.11º 0.97% 0.73% -
HSV(B) 79.11º 0.53% 0.99% -
XYZ 64.97 85.26 30.17 -
YUV 224.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 210 253 118 0.17 0 0.53 0.01 79.11 0.97 0.73
Hex D2 FD 76 11 0 35 1 4F 61 49
Octal 322 375 166 21 0 65 1 117 141 111
Binary 11010010 11111101 1110110 10001 0 110101 1 1001111 1100001 1001001

Color Harmonies of #D2FD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD76

Black with #D2FD76

Text Example


Text Example

White with #D2FD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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