Html Css Color HEX #DCFC9F Reef

📋 copy color: '#DCFC9F'

red 220 ◦ green 252 ◦ blue 159

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

Shades of Reef #DCFC9F

Tints of Reef #DCFC9F

RGB

 RED value IS 220 (86.33% from 255) = 34.87%

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

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

R = 34.87%
G = 39.94%
B = 25.2%

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

#DCFC9F (or 0xDCFC9F) is known color: Reef. HEX triplet: DC, FC and 9F. RGB value is (220,252,159). Sum of RGB (Red+Green+Blue) = 220+252+159=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC9F is #230360. Grayscale: #E8E8E8. Windows color (decimal): -2294625 or 10484956. OLE color: 10484956.

HSL color Cylindrical-coordinate representation of color #DCFC9F: hue angle of 80.65º 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 #DCFC9F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 159 -
CMYK 0.13 0 0.37 0.01
HSL 80.65º 0.94% 0.81% -
HSV(B) 80.65º 0.37% 0.99% -
XYZ 70.58 87.34 45.94 -
YUV 231.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 220 252 159 0.13 0 0.37 0.01 80.65 0.94 0.81
Hex DC FC 9F D 0 25 1 51 5E 51
Octal 334 374 237 15 0 45 1 121 136 121
Binary 11011100 11111100 10011111 1101 0 100101 1 1010001 1011110 1010001

Color Harmonies of #DCFC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC9F

Black with #DCFC9F

Text Example


Text Example

White with #DCFC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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