Html Css Color HEX #DBF29A Reef

📋 copy color: '#DBF29A'

red 219 ◦ green 242 ◦ blue 154

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

Shades of Reef #DBF29A

Tints of Reef #DBF29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.04%

R = 35.61%
G = 39.35%
B = 25.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#DBF29A (or 0xDBF29A) is known color: Reef. HEX triplet: DB, F2 and 9A. RGB value is (219,242,154). Sum of RGB (Red+Green+Blue) = 219+242+154=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF29A is #240D65. Grayscale: #E1E1E1. Windows color (decimal): -2362726 or 10154715. OLE color: 10154715.

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

Color convert

RGB 219 242 154 -
CMYK 0.10 0 0.36 0.05
HSL 75.68º 0.77% 0.78% -
HSV(B) 75.68º 0.36% 0.95% -
XYZ 66.8 80.9 42.67 -
YUV 225.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 219 242 154 0.10 0 0.36 0.05 75.68 0.77 0.78
Hex DB F2 9A A 0 24 5 4C 4D 4E
Octal 333 362 232 12 0 44 5 114 115 116
Binary 11011011 11110010 10011010 1010 0 100100 101 1001100 1001101 1001110

Color Harmonies of #DBF29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF29A

Black with #DBF29A

Text Example


Text Example

White with #DBF29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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