Html Css Color HEX #DBFE84 Sulu

📋 copy color: '#DBFE84'

red 219 ◦ green 254 ◦ blue 132

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

Shades of Sulu #DBFE84

Tints of Sulu #DBFE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.82%

R = 36.2%
G = 41.98%
B = 21.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#DBFE84 (or 0xDBFE84) is known color: Sulu. HEX triplet: DB, FE and 84. RGB value is (219,254,132). Sum of RGB (Red+Green+Blue) = 219+254+132=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE84 is #24017B. Grayscale: #E6E6E6. Windows color (decimal): -2359676 or 8715995. OLE color: 8715995.

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

Color convert

RGB 219 254 132 -
CMYK 0.14 0 0.48 0.00
HSL 77.21º 0.98% 0.76% -
HSV(B) 77.21º 0.48% 1% -
XYZ 68.82 87.61 35.11 -
YUV 229.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 219 254 132 0.14 0 0.48 0.00 77.21 0.98 0.76
Hex DB FE 84 E 0 30 0 4D 62 4C
Octal 333 376 204 16 0 60 0 115 142 114
Binary 11011011 11111110 10000100 1110 0 110000 0 1001101 1100010 1001100

Color Harmonies of #DBFE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE84

Black with #DBFE84

Text Example


Text Example

White with #DBFE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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