Html Css Color HEX #D9F882 Sulu

📋 copy color: '#D9F882'

red 217 ◦ green 248 ◦ blue 130

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

Shades of Sulu #D9F882

Tints of Sulu #D9F882

RGB

 RED value IS 217 (85.16% from 255) = 36.47%

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

 BLUE value IS 130 (51.17% from 255) = 21.85%

R = 36.47%
G = 41.68%
B = 21.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#D9F882 (or 0xD9F882) is known color: Sulu. HEX triplet: D9, F8 and 82. RGB value is (217,248,130). Sum of RGB (Red+Green+Blue) = 217+248+130=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F882 is #26077D. Grayscale: #E1E1E1. Windows color (decimal): -2492286 or 8583385. OLE color: 8583385.

HSL color Cylindrical-coordinate representation of color #D9F882: hue angle of 75.76º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9F882 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 248 130 -
CMYK 0.12 0 0.48 0.03
HSL 75.76º 0.89% 0.74% -
HSV(B) 75.76º 0.48% 0.97% -
XYZ 66.21 83.5 33.75 -
YUV 225.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 217 248 130 0.12 0 0.48 0.03 75.76 0.89 0.74
Hex D9 F8 82 C 0 30 3 4C 59 4A
Octal 331 370 202 14 0 60 3 114 131 112
Binary 11011001 11111000 10000010 1100 0 110000 11 1001100 1011001 1001010

Color Harmonies of #D9F882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F882

Black with #D9F882

Text Example


Text Example

White with #D9F882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F882; }

 p { color: rgb(217,248,130); }

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

background-color css

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

 a { background-color: rgb(217,248,130); }

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

border-color css

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

 span { border-color: rgb(217,248,130); }

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