Html Css Color HEX #D8F882 Sulu

📋 copy color: '#D8F882'

red 216 ◦ green 248 ◦ blue 130

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

Shades of Sulu #D8F882

Tints of Sulu #D8F882

RGB

 RED value IS 216 (84.77% from 255) = 36.36%

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

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

R = 36.36%
G = 41.75%
B = 21.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#D8F882 (or 0xD8F882) is known color: Sulu. HEX triplet: D8, F8 and 82. RGB value is (216,248,130). Sum of RGB (Red+Green+Blue) = 216+248+130=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F882 is #27077D. Grayscale: #E1E1E1. Windows color (decimal): -2557822 or 8583384. OLE color: 8583384.

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

Color convert

RGB 216 248 130 -
CMYK 0.13 0 0.48 0.03
HSL 76.27º 0.89% 0.74% -
HSV(B) 76.27º 0.48% 0.97% -
XYZ 65.92 83.35 33.73 -
YUV 224.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 216 248 130 0.13 0 0.48 0.03 76.27 0.89 0.74
Hex D8 F8 82 D 0 30 3 4C 59 4A
Octal 330 370 202 15 0 60 3 114 131 112
Binary 11011000 11111000 10000010 1101 0 110000 11 1001100 1011001 1001010

Color Harmonies of #D8F882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F882

Black with #D8F882

Text Example


Text Example

White with #D8F882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F882; }

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

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

background-color css

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

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

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

border-color css

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

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

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