Html Css Color HEX #DBF696 Reef

📋 copy color: '#DBF696'

red 219 ◦ green 246 ◦ blue 150

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

Shades of Reef #DBF696

Tints of Reef #DBF696

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40%

 BLUE value IS 150 (58.98% from 255) = 24.39%

R = 35.61%
G = 40%
B = 24.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#DBF696 (or 0xDBF696) is known color: Reef. HEX triplet: DB, F6 and 96. RGB value is (219,246,150). Sum of RGB (Red+Green+Blue) = 219+246+150=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF696 is #240969. Grayscale: #E3E3E3. Windows color (decimal): -2361706 or 9893595. OLE color: 9893595.

HSL color Cylindrical-coordinate representation of color #DBF696: hue angle of 76.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF696 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 150 -
CMYK 0.11 0 0.39 0.04
HSL 76.88º 0.84% 0.78% -
HSV(B) 76.88º 0.39% 0.96% -
XYZ 67.67 83.17 41.34 -
YUV 226.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 219 246 150 0.11 0 0.39 0.04 76.88 0.84 0.78
Hex DB F6 96 B 0 27 4 4D 54 4E
Octal 333 366 226 13 0 47 4 115 124 116
Binary 11011011 11110110 10010110 1011 0 100111 100 1001101 1010100 1001110

Color Harmonies of #DBF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF696

Black with #DBF696

Text Example


Text Example

White with #DBF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF696; }

 p { color: rgb(219,246,150); }

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

background-color css

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

 a { background-color: rgb(219,246,150); }

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

border-color css

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

 span { border-color: rgb(219,246,150); }

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