Html Css Color HEX #DBFBA4 Reef

📋 copy color: '#DBFBA4'

red 219 ◦ green 251 ◦ blue 164

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

Shades of Reef #DBFBA4

Tints of Reef #DBFBA4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.59%

 BLUE value IS 164 (64.45% from 255) = 25.87%

R = 34.54%
G = 39.59%
B = 25.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#DBFBA4 (or 0xDBFBA4) is known color: Reef. HEX triplet: DB, FB and A4. RGB value is (219,251,164). Sum of RGB (Red+Green+Blue) = 219+251+164=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBA4 is #24045B. Grayscale: #E7E7E7. Windows color (decimal): -2360412 or 10812379. OLE color: 10812379.

HSL color Cylindrical-coordinate representation of color #DBFBA4: hue angle of 82.07º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBFBA4 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 164 -
CMYK 0.13 0 0.35 0.02
HSL 82.07º 0.92% 0.81% -
HSV(B) 82.07º 0.35% 0.98% -
XYZ 70.41 86.73 48.15 -
YUV 231.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 219 251 164 0.13 0 0.35 0.02 82.07 0.92 0.81
Hex DB FB A4 D 0 23 2 52 5C 51
Octal 333 373 244 15 0 43 2 122 134 121
Binary 11011011 11111011 10100100 1101 0 100011 10 1010010 1011100 1010001

Color Harmonies of #DBFBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBA4

Black with #DBFBA4

Text Example


Text Example

White with #DBFBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBA4; }

 p { color: rgb(219,251,164); }

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

background-color css

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

 a { background-color: rgb(219,251,164); }

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

border-color css

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

 span { border-color: rgb(219,251,164); }

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