Html Css Color HEX #DCFC9C Reef

📋 copy color: '#DCFC9C'

red 220 ◦ green 252 ◦ blue 156

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

Shades of Reef #DCFC9C

Tints of Reef #DCFC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.84%

R = 35.03%
G = 40.13%
B = 24.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#DCFC9C (or 0xDCFC9C) is known color: Reef. HEX triplet: DC, FC and 9C. RGB value is (220,252,156). Sum of RGB (Red+Green+Blue) = 220+252+156=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC9C is #230363. Grayscale: #E7E7E7. Windows color (decimal): -2294628 or 10288348. OLE color: 10288348.

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

Color convert

RGB 220 252 156 -
CMYK 0.13 0 0.38 0.01
HSL 80º 0.94% 0.8% -
HSV(B) 80º 0.38% 0.99% -
XYZ 70.33 87.24 44.58 -
YUV 231.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 220 252 156 0.13 0 0.38 0.01 80 0.94 0.8
Hex DC FC 9C D 0 26 1 50 5E 50
Octal 334 374 234 15 0 46 1 120 136 120
Binary 11011100 11111100 10011100 1101 0 100110 1 1010000 1011110 1010000

Color Harmonies of #DCFC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC9C

Black with #DCFC9C

Text Example


Text Example

White with #DCFC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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