Html Css Color HEX #DBF794 Reef

📋 copy color: '#DBF794'

red 219 ◦ green 247 ◦ blue 148

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

Shades of Reef #DBF794

Tints of Reef #DBF794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.1%

R = 35.67%
G = 40.23%
B = 24.1%

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

#DBF794 (or 0xDBF794) is known color: Reef. HEX triplet: DB, F7 and 94. RGB value is (219,247,148). Sum of RGB (Red+Green+Blue) = 219+247+148=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF794 is #24086B. Grayscale: #E3E3E3. Windows color (decimal): -2361452 or 9762779. OLE color: 9762779.

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

Color convert

RGB 219 247 148 -
CMYK 0.11 0 0.40 0.03
HSL 76.97º 0.86% 0.77% -
HSV(B) 76.97º 0.4% 0.97% -
XYZ 67.82 83.72 40.6 -
YUV 227.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 219 247 148 0.11 0 0.40 0.03 76.97 0.86 0.77
Hex DB F7 94 B 0 28 3 4D 56 4D
Octal 333 367 224 13 0 50 3 115 126 115
Binary 11011011 11110111 10010100 1011 0 101000 11 1001101 1010110 1001101

Color Harmonies of #DBF794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF794

Black with #DBF794

Text Example


Text Example

White with #DBF794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF794; }

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

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

background-color css

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

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

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

border-color css

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

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

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