Html Css Color HEX #DBF996 Reef

📋 copy color: '#DBF996'

red 219 ◦ green 249 ◦ blue 150

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

Shades of Reef #DBF996

Tints of Reef #DBF996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.29%

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

R = 35.44%
G = 40.29%
B = 24.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DBF996 (or 0xDBF996) is known color: Reef. HEX triplet: DB, F9 and 96. RGB value is (219,249,150). Sum of RGB (Red+Green+Blue) = 219+249+150=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF996 is #240669. Grayscale: #E5E5E5. Windows color (decimal): -2360938 or 9894363. OLE color: 9894363.

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

Color convert

RGB 219 249 150 -
CMYK 0.12 0 0.40 0.02
HSL 78.18º 0.89% 0.78% -
HSV(B) 78.18º 0.4% 0.98% -
XYZ 68.59 85.01 41.65 -
YUV 228.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 219 249 150 0.12 0 0.40 0.02 78.18 0.89 0.78
Hex DB F9 96 C 0 28 2 4E 59 4E
Octal 333 371 226 14 0 50 2 116 131 116
Binary 11011011 11111001 10010110 1100 0 101000 10 1001110 1011001 1001110

Color Harmonies of #DBF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF996

Black with #DBF996

Text Example


Text Example

White with #DBF996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF996; }

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

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

background-color css

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

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

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

border-color css

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

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

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