Html Css Color HEX #DBF29F Reef

📋 copy color: '#DBF29F'

red 219 ◦ green 242 ◦ blue 159

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

Shades of Reef #DBF29F

Tints of Reef #DBF29F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

 BLUE value IS 159 (62.5% from 255) = 25.65%

R = 35.32%
G = 39.03%
B = 25.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#DBF29F (or 0xDBF29F) is known color: Reef. HEX triplet: DB, F2 and 9F. RGB value is (219,242,159). Sum of RGB (Red+Green+Blue) = 219+242+159=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF29F is #240D60. Grayscale: #E1E1E1. Windows color (decimal): -2362721 or 10482395. OLE color: 10482395.

HSL color Cylindrical-coordinate representation of color #DBF29F: hue angle of 76.63º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBF29F is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 159 -
CMYK 0.10 0 0.34 0.05
HSL 76.63º 0.76% 0.79% -
HSV(B) 76.63º 0.34% 0.95% -
XYZ 67.22 81.07 44.91 -
YUV 225.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 219 242 159 0.10 0 0.34 0.05 76.63 0.76 0.79
Hex DB F2 9F A 0 22 5 4D 4C 4F
Octal 333 362 237 12 0 42 5 115 114 117
Binary 11011011 11110010 10011111 1010 0 100010 101 1001101 1001100 1001111

Color Harmonies of #DBF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF29F

Black with #DBF29F

Text Example


Text Example

White with #DBF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF29F; }

 p { color: rgb(219,242,159); }

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

background-color css

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

 a { background-color: rgb(219,242,159); }

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

border-color css

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

 span { border-color: rgb(219,242,159); }

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