Html Css Color HEX #DBF09F Reef

📋 copy color: '#DBF09F'

red 219 ◦ green 240 ◦ blue 159

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

Shades of Reef #DBF09F

Tints of Reef #DBF09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.73%

R = 35.44%
G = 38.83%
B = 25.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#DBF09F (or 0xDBF09F) is known color: Reef. HEX triplet: DB, F0 and 9F. RGB value is (219,240,159). Sum of RGB (Red+Green+Blue) = 219+240+159=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09F is #240F60. Grayscale: #E0E0E0. Windows color (decimal): -2363233 or 10481883. OLE color: 10481883.

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

Color convert

RGB 219 240 159 -
CMYK 0.09 0 0.34 0.06
HSL 75.56º 0.73% 0.78% -
HSV(B) 75.56º 0.34% 0.94% -
XYZ 66.63 79.88 44.71 -
YUV 224.49 91.04 124.09 -
System Red Green Blue C M Y K H S L
Decimal 219 240 159 0.09 0 0.34 0.06 75.56 0.73 0.78
Hex DB F0 9F 9 0 22 6 4C 49 4E
Octal 333 360 237 11 0 42 6 114 111 116
Binary 11011011 11110000 10011111 1001 0 100010 110 1001100 1001001 1001110

Color Harmonies of #DBF09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF09F

Black with #DBF09F

Text Example


Text Example

White with #DBF09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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