Html Css Color HEX #D1F976 Sulu

📋 copy color: '#D1F976'

red 209 ◦ green 249 ◦ blue 118

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

Shades of Sulu #D1F976

Tints of Sulu #D1F976

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

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

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

R = 36.28%
G = 43.23%
B = 20.49%

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

#D1F976 (or 0xD1F976) is known color: Sulu. HEX triplet: D1, F9 and 76. RGB value is (209,249,118). Sum of RGB (Red+Green+Blue) = 209+249+118=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F976 is #2E0689. Grayscale: #DEDEDE. Windows color (decimal): -3016330 or 7797201. OLE color: 7797201.

HSL color Cylindrical-coordinate representation of color #D1F976: hue angle of 78.32º 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 #D1F976 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 118 -
CMYK 0.16 0 0.53 0.02
HSL 78.32º 0.92% 0.72% -
HSV(B) 78.32º 0.53% 0.98% -
XYZ 63.44 82.61 29.74 -
YUV 222.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 209 249 118 0.16 0 0.53 0.02 78.32 0.92 0.72
Hex D1 F9 76 10 0 35 2 4E 5C 48
Octal 321 371 166 20 0 65 2 116 134 110
Binary 11010001 11111001 1110110 10000 0 110101 10 1001110 1011100 1001000

Color Harmonies of #D1F976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F976

Black with #D1F976

Text Example


Text Example

White with #D1F976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F976; }

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

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

background-color css

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

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

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

border-color css

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

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

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