Html Css Color HEX #DBFEA1 Reef

📋 copy color: '#DBFEA1'

red 219 ◦ green 254 ◦ blue 161

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

Shades of Reef #DBFEA1

Tints of Reef #DBFEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.39%

R = 34.54%
G = 40.06%
B = 25.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#DBFEA1 (or 0xDBFEA1) is known color: Reef. HEX triplet: DB, FE and A1. RGB value is (219,254,161). Sum of RGB (Red+Green+Blue) = 219+254+161=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA1 is #24015E. Grayscale: #E9E9E9. Windows color (decimal): -2359647 or 10616539. OLE color: 10616539.

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

Color convert

RGB 219 254 161 -
CMYK 0.14 0 0.37 0.00
HSL 82.58º 0.98% 0.81% -
HSV(B) 82.58º 0.37% 1% -
XYZ 71.09 88.52 47.06 -
YUV 232.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 219 254 161 0.14 0 0.37 0.00 82.58 0.98 0.81
Hex DB FE A1 E 0 25 0 53 62 51
Octal 333 376 241 16 0 45 0 123 142 121
Binary 11011011 11111110 10100001 1110 0 100101 0 1010011 1100010 1010001

Color Harmonies of #DBFEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEA1

Black with #DBFEA1

Text Example


Text Example

White with #DBFEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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