Html Css Color HEX #DCFC78 Mindaro

📋 copy color: '#DCFC78'

red 220 ◦ green 252 ◦ blue 120

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

Shades of Mindaro #DCFC78

Tints of Mindaro #DCFC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.27%

R = 37.16%
G = 42.57%
B = 20.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#DCFC78 (or 0xDCFC78) is known color: Mindaro. HEX triplet: DC, FC and 78. RGB value is (220,252,120). Sum of RGB (Red+Green+Blue) = 220+252+120=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC78 is #230387. Grayscale: #E3E3E3. Windows color (decimal): -2294664 or 7929052. OLE color: 7929052.

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

Color convert

RGB 220 252 120 -
CMYK 0.13 0 0.52 0.01
HSL 74.55º 0.96% 0.73% -
HSV(B) 74.55º 0.52% 0.99% -
XYZ 67.72 86.19 30.84 -
YUV 227.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 220 252 120 0.13 0 0.52 0.01 74.55 0.96 0.73
Hex DC FC 78 D 0 34 1 4B 60 49
Octal 334 374 170 15 0 64 1 113 140 111
Binary 11011100 11111100 1111000 1101 0 110100 1 1001011 1100000 1001001

Color Harmonies of #DCFC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC78

Black with #DCFC78

Text Example


Text Example

White with #DCFC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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