Html Css Color HEX #DBF29E Reef

📋 copy color: '#DBF29E'

red 219 ◦ green 242 ◦ blue 158

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

Shades of Reef #DBF29E

Tints of Reef #DBF29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.53%

R = 35.38%
G = 39.1%
B = 25.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#DBF29E (or 0xDBF29E) is known color: Reef. HEX triplet: DB, F2 and 9E. RGB value is (219,242,158). Sum of RGB (Red+Green+Blue) = 219+242+158=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF29E is #240D61. Grayscale: #E1E1E1. Windows color (decimal): -2362722 or 10416859. OLE color: 10416859.

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

Color convert

RGB 219 242 158 -
CMYK 0.10 0 0.35 0.05
HSL 76.43º 0.76% 0.78% -
HSV(B) 76.43º 0.35% 0.95% -
XYZ 67.14 81.03 44.45 -
YUV 225.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 219 242 158 0.10 0 0.35 0.05 76.43 0.76 0.78
Hex DB F2 9E A 0 23 5 4C 4C 4E
Octal 333 362 236 12 0 43 5 114 114 116
Binary 11011011 11110010 10011110 1010 0 100011 101 1001100 1001100 1001110

Color Harmonies of #DBF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF29E

Black with #DBF29E

Text Example


Text Example

White with #DBF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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