Html Css Color HEX #D1F882 Sulu

📋 copy color: '#D1F882'

red 209 ◦ green 248 ◦ blue 130

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

Shades of Sulu #D1F882

Tints of Sulu #D1F882

RGB

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

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

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

R = 35.6%
G = 42.25%
B = 22.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#D1F882 (or 0xD1F882) is known color: Sulu. HEX triplet: D1, F8 and 82. RGB value is (209,248,130). Sum of RGB (Red+Green+Blue) = 209+248+130=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F882 is #2E077D. Grayscale: #DFDFDF. Windows color (decimal): -3016574 or 8583377. OLE color: 8583377.

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

Color convert

RGB 209 248 130 -
CMYK 0.16 0 0.48 0.03
HSL 79.83º 0.89% 0.74% -
HSV(B) 79.83º 0.48% 0.97% -
XYZ 63.89 82.3 33.64 -
YUV 222.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 209 248 130 0.16 0 0.48 0.03 79.83 0.89 0.74
Hex D1 F8 82 10 0 30 3 50 59 4A
Octal 321 370 202 20 0 60 3 120 131 112
Binary 11010001 11111000 10000010 10000 0 110000 11 1010000 1011001 1001010

Color Harmonies of #D1F882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F882

Black with #D1F882

Text Example


Text Example

White with #D1F882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F882; }

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

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

background-color css

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

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

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

border-color css

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

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

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