Html Css Color HEX #DCFA78 Mindaro

📋 copy color: '#DCFA78'

red 220 ◦ green 250 ◦ blue 120

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

Shades of Mindaro #DCFA78

Tints of Mindaro #DCFA78

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.37%

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

R = 37.29%
G = 42.37%
B = 20.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DCFA78 (or 0xDCFA78) is known color: Mindaro. HEX triplet: DC, FA and 78. RGB value is (220,250,120). Sum of RGB (Red+Green+Blue) = 220+250+120=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA78 is #230587. Grayscale: #E2E2E2. Windows color (decimal): -2295176 or 7928540. OLE color: 7928540.

HSL color Cylindrical-coordinate representation of color #DCFA78: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCFA78 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 120 -
CMYK 0.12 0 0.52 0.02
HSL 73.85º 0.93% 0.73% -
HSV(B) 73.85º 0.52% 0.98% -
XYZ 67.09 84.94 30.63 -
YUV 226.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 220 250 120 0.12 0 0.52 0.02 73.85 0.93 0.73
Hex DC FA 78 C 0 34 2 4A 5D 49
Octal 334 372 170 14 0 64 2 112 135 111
Binary 11011100 11111010 1111000 1100 0 110100 10 1001010 1011101 1001001

Color Harmonies of #DCFA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA78

Black with #DCFA78

Text Example


Text Example

White with #DCFA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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