Html Css Color HEX #DBF094 Reef

📋 copy color: '#DBF094'

red 219 ◦ green 240 ◦ blue 148

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

Shades of Reef #DBF094

Tints of Reef #DBF094

RGB

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

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

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

R = 36.08%
G = 39.54%
B = 24.38%

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

#DBF094 (or 0xDBF094) is known color: Reef. HEX triplet: DB, F0 and 94. RGB value is (219,240,148). Sum of RGB (Red+Green+Blue) = 219+240+148=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF094 is #240F6B. Grayscale: #DFDFDF. Windows color (decimal): -2363244 or 9760987. OLE color: 9760987.

HSL color Cylindrical-coordinate representation of color #DBF094: hue angle of 73.7º 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 #DBF094 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 148 -
CMYK 0.09 0 0.38 0.06
HSL 73.7º 0.75% 0.76% -
HSV(B) 73.7º 0.38% 0.94% -
XYZ 65.72 79.52 39.9 -
YUV 223.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 219 240 148 0.09 0 0.38 0.06 73.7 0.75 0.76
Hex DB F0 94 9 0 26 6 4A 4B 4C
Octal 333 360 224 11 0 46 6 112 113 114
Binary 11011011 11110000 10010100 1001 0 100110 110 1001010 1001011 1001100

Color Harmonies of #DBF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF094

Black with #DBF094

Text Example


Text Example

White with #DBF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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