Html Css Color HEX #DBF896 Reef

📋 copy color: '#DBF896'

red 219 ◦ green 248 ◦ blue 150

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

Shades of Reef #DBF896

Tints of Reef #DBF896

RGB

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

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

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

R = 35.49%
G = 40.19%
B = 24.31%

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

#DBF896 (or 0xDBF896) is known color: Reef. HEX triplet: DB, F8 and 96. RGB value is (219,248,150). Sum of RGB (Red+Green+Blue) = 219+248+150=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF896 is #240769. Grayscale: #E4E4E4. Windows color (decimal): -2361194 or 9894107. OLE color: 9894107.

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

Color convert

RGB 219 248 150 -
CMYK 0.12 0 0.40 0.03
HSL 77.76º 0.88% 0.78% -
HSV(B) 77.76º 0.4% 0.97% -
XYZ 68.29 84.4 41.55 -
YUV 228.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 219 248 150 0.12 0 0.40 0.03 77.76 0.88 0.78
Hex DB F8 96 C 0 28 3 4E 58 4E
Octal 333 370 226 14 0 50 3 116 130 116
Binary 11011011 11111000 10010110 1100 0 101000 11 1001110 1011000 1001110

Color Harmonies of #DBF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF896

Black with #DBF896

Text Example


Text Example

White with #DBF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF896; }

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

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

background-color css

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

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

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

border-color css

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

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

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