Html Css Color HEX #DCFA77 Mindaro

📋 copy color: '#DCFA77'

red 220 ◦ green 250 ◦ blue 119

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

Shades of Mindaro #DCFA77

Tints of Mindaro #DCFA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.2%

R = 37.35%
G = 42.44%
B = 20.2%

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

#DCFA77 (or 0xDCFA77) is known color: Mindaro. HEX triplet: DC, FA and 77. RGB value is (220,250,119). Sum of RGB (Red+Green+Blue) = 220+250+119=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA77 is #230588. Grayscale: #E2E2E2. Windows color (decimal): -2295177 or 7863004. OLE color: 7863004.

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

Color convert

RGB 220 250 119 -
CMYK 0.12 0 0.52 0.02
HSL 73.74º 0.93% 0.72% -
HSV(B) 73.74º 0.52% 0.98% -
XYZ 67.03 84.92 30.31 -
YUV 226.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 220 250 119 0.12 0 0.52 0.02 73.74 0.93 0.72
Hex DC FA 77 C 0 34 2 4A 5D 48
Octal 334 372 167 14 0 64 2 112 135 110
Binary 11011100 11111010 1110111 1100 0 110100 10 1001010 1011101 1001000

Color Harmonies of #DCFA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA77

Black with #DCFA77

Text Example


Text Example

White with #DCFA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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