Html Css Color HEX #DBFC9F Reef

📋 copy color: '#DBFC9F'

red 219 ◦ green 252 ◦ blue 159

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

Shades of Reef #DBFC9F

Tints of Reef #DBFC9F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

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

R = 34.76%
G = 40%
B = 25.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#DBFC9F (or 0xDBFC9F) is known color: Reef. HEX triplet: DB, FC and 9F. RGB value is (219,252,159). Sum of RGB (Red+Green+Blue) = 219+252+159=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC9F is #240360. Grayscale: #E7E7E7. Windows color (decimal): -2360161 or 10484955. OLE color: 10484955.

HSL color Cylindrical-coordinate representation of color #DBFC9F: hue angle of 81.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFC9F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 159 -
CMYK 0.13 0 0.37 0.01
HSL 81.29º 0.94% 0.81% -
HSV(B) 81.29º 0.37% 0.99% -
XYZ 70.28 87.18 45.92 -
YUV 231.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 219 252 159 0.13 0 0.37 0.01 81.29 0.94 0.81
Hex DB FC 9F D 0 25 1 51 5E 51
Octal 333 374 237 15 0 45 1 121 136 121
Binary 11011011 11111100 10011111 1101 0 100101 1 1010001 1011110 1010001

Color Harmonies of #DBFC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC9F

Black with #DBFC9F

Text Example


Text Example

White with #DBFC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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