Html Css Color HEX #DBF795 Reef

📋 copy color: '#DBF795'

red 219 ◦ green 247 ◦ blue 149

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

Shades of Reef #DBF795

Tints of Reef #DBF795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.16%

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

R = 35.61%
G = 40.16%
B = 24.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DBF795 (or 0xDBF795) is known color: Reef. HEX triplet: DB, F7 and 95. RGB value is (219,247,149). Sum of RGB (Red+Green+Blue) = 219+247+149=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF795 is #24086A. Grayscale: #E3E3E3. Windows color (decimal): -2361451 or 9828315. OLE color: 9828315.

HSL color Cylindrical-coordinate representation of color #DBF795: hue angle of 77.14º degrees, saturation: 0.86, 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 #DBF795 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 149 -
CMYK 0.11 0 0.40 0.03
HSL 77.14º 0.86% 0.78% -
HSV(B) 77.14º 0.4% 0.97% -
XYZ 67.9 83.75 41.02 -
YUV 227.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 219 247 149 0.11 0 0.40 0.03 77.14 0.86 0.78
Hex DB F7 95 B 0 28 3 4D 56 4E
Octal 333 367 225 13 0 50 3 115 126 116
Binary 11011011 11110111 10010101 1011 0 101000 11 1001101 1010110 1001110

Color Harmonies of #DBF795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF795

Black with #DBF795

Text Example


Text Example

White with #DBF795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF795; }

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

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

background-color css

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

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

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

border-color css

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

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

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