Html Css Color HEX #DBFB9F Reef

📋 copy color: '#DBFB9F'

red 219 ◦ green 251 ◦ blue 159

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

Shades of Reef #DBFB9F

Tints of Reef #DBFB9F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.9%

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

R = 34.82%
G = 39.9%
B = 25.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#DBFB9F (or 0xDBFB9F) is known color: Reef. HEX triplet: DB, FB and 9F. RGB value is (219,251,159). Sum of RGB (Red+Green+Blue) = 219+251+159=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB9F is #240460. Grayscale: #E7E7E7. Windows color (decimal): -2360417 or 10484699. OLE color: 10484699.

HSL color Cylindrical-coordinate representation of color #DBFB9F: hue angle of 80.87º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFB9F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 159 -
CMYK 0.13 0 0.37 0.02
HSL 80.87º 0.92% 0.8% -
HSV(B) 80.87º 0.37% 0.98% -
XYZ 69.97 86.56 45.82 -
YUV 230.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 219 251 159 0.13 0 0.37 0.02 80.87 0.92 0.8
Hex DB FB 9F D 0 25 2 51 5C 50
Octal 333 373 237 15 0 45 2 121 134 120
Binary 11011011 11111011 10011111 1101 0 100101 10 1010001 1011100 1010000

Color Harmonies of #DBFB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB9F

Black with #DBFB9F

Text Example


Text Example

White with #DBFB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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