Html Css Color HEX #DBFE82 Sulu

📋 copy color: '#DBFE82'

red 219 ◦ green 254 ◦ blue 130

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

Shades of Sulu #DBFE82

Tints of Sulu #DBFE82

RGB

 RED value IS 219 (85.94% from 255) = 36.32%

 GREEN value IS 254 (99.61% from 255) = 42.12%

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

R = 36.32%
G = 42.12%
B = 21.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#DBFE82 (or 0xDBFE82) is known color: Sulu. HEX triplet: DB, FE and 82. RGB value is (219,254,130). Sum of RGB (Red+Green+Blue) = 219+254+130=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE82 is #24017D. Grayscale: #E5E5E5. Windows color (decimal): -2359678 or 8584923. OLE color: 8584923.

HSL color Cylindrical-coordinate representation of color #DBFE82: hue angle of 76.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFE82 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 130 -
CMYK 0.14 0 0.49 0.00
HSL 76.94º 0.98% 0.75% -
HSV(B) 76.94º 0.49% 1% -
XYZ 68.68 87.56 34.4 -
YUV 229.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 219 254 130 0.14 0 0.49 0.00 76.94 0.98 0.75
Hex DB FE 82 E 0 31 0 4D 62 4B
Octal 333 376 202 16 0 61 0 115 142 113
Binary 11011011 11111110 10000010 1110 0 110001 0 1001101 1100010 1001011

Color Harmonies of #DBFE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE82

Black with #DBFE82

Text Example


Text Example

White with #DBFE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE82; }

 p { color: rgb(219,254,130); }

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

background-color css

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

 a { background-color: rgb(219,254,130); }

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

border-color css

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

 span { border-color: rgb(219,254,130); }

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