Html Css Color HEX #DBFEA5 Reef

📋 copy color: '#DBFEA5'

red 219 ◦ green 254 ◦ blue 165

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

Shades of Reef #DBFEA5

Tints of Reef #DBFEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.86%

R = 34.33%
G = 39.81%
B = 25.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#DBFEA5 (or 0xDBFEA5) is known color: Reef. HEX triplet: DB, FE and A5. RGB value is (219,254,165). Sum of RGB (Red+Green+Blue) = 219+254+165=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA5 is #24015A. Grayscale: #E9E9E9. Windows color (decimal): -2359643 or 10878683. OLE color: 10878683.

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

Color convert

RGB 219 254 165 -
CMYK 0.14 0 0.35 0.00
HSL 83.6º 0.98% 0.82% -
HSV(B) 83.6º 0.35% 1% -
XYZ 71.45 88.66 48.94 -
YUV 233.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 219 254 165 0.14 0 0.35 0.00 83.6 0.98 0.82
Hex DB FE A5 E 0 23 0 54 62 52
Octal 333 376 245 16 0 43 0 124 142 122
Binary 11011011 11111110 10100101 1110 0 100011 0 1010100 1100010 1010010

Color Harmonies of #DBFEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEA5

Black with #DBFEA5

Text Example


Text Example

White with #DBFEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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