Html Css Color HEX #D2F976 Sulu

📋 copy color: '#D2F976'

red 210 ◦ green 249 ◦ blue 118

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

Shades of Sulu #D2F976

Tints of Sulu #D2F976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.15%

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

R = 36.4%
G = 43.15%
B = 20.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#D2F976 (or 0xD2F976) is known color: Sulu. HEX triplet: D2, F9 and 76. RGB value is (210,249,118). Sum of RGB (Red+Green+Blue) = 210+249+118=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F976 is #2D0689. Grayscale: #DEDEDE. Windows color (decimal): -2950794 or 7797202. OLE color: 7797202.

HSL color Cylindrical-coordinate representation of color #D2F976: hue angle of 77.86º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2F976 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 118 -
CMYK 0.16 0 0.53 0.02
HSL 77.86º 0.92% 0.72% -
HSV(B) 77.86º 0.53% 0.98% -
XYZ 63.72 82.76 29.76 -
YUV 222.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 210 249 118 0.16 0 0.53 0.02 77.86 0.92 0.72
Hex D2 F9 76 10 0 35 2 4E 5C 48
Octal 322 371 166 20 0 65 2 116 134 110
Binary 11010010 11111001 1110110 10000 0 110101 10 1001110 1011100 1001000

Color Harmonies of #D2F976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F976

Black with #D2F976

Text Example


Text Example

White with #D2F976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F976; }

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

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

background-color css

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

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

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

border-color css

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

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

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