Html Css Color HEX #DBF895 Reef

📋 copy color: '#DBF895'

red 219 ◦ green 248 ◦ blue 149

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

Shades of Reef #DBF895

Tints of Reef #DBF895

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.26%

 BLUE value IS 149 (58.59% from 255) = 24.19%

R = 35.55%
G = 40.26%
B = 24.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DBF895 (or 0xDBF895) is known color: Reef. HEX triplet: DB, F8 and 95. RGB value is (219,248,149). Sum of RGB (Red+Green+Blue) = 219+248+149=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF895 is #24076A. Grayscale: #E4E4E4. Windows color (decimal): -2361195 or 9828571. OLE color: 9828571.

HSL color Cylindrical-coordinate representation of color #DBF895: hue angle of 77.58º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF895 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 149 -
CMYK 0.12 0 0.40 0.03
HSL 77.58º 0.88% 0.78% -
HSV(B) 77.58º 0.4% 0.97% -
XYZ 68.21 84.36 41.12 -
YUV 228.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 219 248 149 0.12 0 0.40 0.03 77.58 0.88 0.78
Hex DB F8 95 C 0 28 3 4E 58 4E
Octal 333 370 225 14 0 50 3 116 130 116
Binary 11011011 11111000 10010101 1100 0 101000 11 1001110 1011000 1001110

Color Harmonies of #DBF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF895

Black with #DBF895

Text Example


Text Example

White with #DBF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF895; }

 p { color: rgb(219,248,149); }

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

background-color css

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

 a { background-color: rgb(219,248,149); }

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

border-color css

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

 span { border-color: rgb(219,248,149); }

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