Html Css Color HEX #DBF095 Reef

📋 copy color: '#DBF095'

red 219 ◦ green 240 ◦ blue 149

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

Shades of Reef #DBF095

Tints of Reef #DBF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.47%

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

R = 36.02%
G = 39.47%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#DBF095 (or 0xDBF095) is known color: Reef. HEX triplet: DB, F0 and 95. RGB value is (219,240,149). Sum of RGB (Red+Green+Blue) = 219+240+149=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF095 is #240F6A. Grayscale: #DFDFDF. Windows color (decimal): -2363243 or 9826523. OLE color: 9826523.

HSL color Cylindrical-coordinate representation of color #DBF095: hue angle of 73.85º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBF095 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 149 -
CMYK 0.09 0 0.38 0.06
HSL 73.85º 0.75% 0.76% -
HSV(B) 73.85º 0.38% 0.94% -
XYZ 65.8 79.55 40.32 -
YUV 223.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 219 240 149 0.09 0 0.38 0.06 73.85 0.75 0.76
Hex DB F0 95 9 0 26 6 4A 4B 4C
Octal 333 360 225 11 0 46 6 112 113 114
Binary 11011011 11110000 10010101 1001 0 100110 110 1001010 1001011 1001100

Color Harmonies of #DBF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF095

Black with #DBF095

Text Example


Text Example

White with #DBF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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