Html Css Color HEX #DBFB96 Reef

📋 copy color: '#DBFB96'

red 219 ◦ green 251 ◦ blue 150

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

Shades of Reef #DBFB96

Tints of Reef #DBFB96

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.48%

 BLUE value IS 150 (58.98% from 255) = 24.19%

R = 35.32%
G = 40.48%
B = 24.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DBFB96 (or 0xDBFB96) is known color: Reef. HEX triplet: DB, FB and 96. RGB value is (219,251,150). Sum of RGB (Red+Green+Blue) = 219+251+150=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB96 is #240469. Grayscale: #E6E6E6. Windows color (decimal): -2360426 or 9894875. OLE color: 9894875.

HSL color Cylindrical-coordinate representation of color #DBFB96: hue angle of 79.01º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFB96 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 150 -
CMYK 0.13 0 0.40 0.02
HSL 79.01º 0.93% 0.79% -
HSV(B) 79.01º 0.4% 0.98% -
XYZ 69.22 86.26 41.86 -
YUV 229.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 219 251 150 0.13 0 0.40 0.02 79.01 0.93 0.79
Hex DB FB 96 D 0 28 2 4F 5D 4F
Octal 333 373 226 15 0 50 2 117 135 117
Binary 11011011 11111011 10010110 1101 0 101000 10 1001111 1011101 1001111

Color Harmonies of #DBFB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB96

Black with #DBFB96

Text Example


Text Example

White with #DBFB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB96; }

 p { color: rgb(219,251,150); }

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

background-color css

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

 a { background-color: rgb(219,251,150); }

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

border-color css

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

 span { border-color: rgb(219,251,150); }

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