Html Css Color HEX #DCF277 Mindaro

📋 copy color: '#DCF277'

red 220 ◦ green 242 ◦ blue 119

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

Shades of Mindaro #DCF277

Tints of Mindaro #DCF277

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

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

R = 37.87%
G = 41.65%
B = 20.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DCF277 (or 0xDCF277) is known color: Mindaro. HEX triplet: DC, F2 and 77. RGB value is (220,242,119). Sum of RGB (Red+Green+Blue) = 220+242+119=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF277 is #230D88. Grayscale: #DDDDDD. Windows color (decimal): -2297225 or 7860956. OLE color: 7860956.

HSL color Cylindrical-coordinate representation of color #DCF277: hue angle of 70.73º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF277 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 119 -
CMYK 0.09 0 0.51 0.05
HSL 70.73º 0.83% 0.71% -
HSV(B) 70.73º 0.51% 0.95% -
XYZ 64.6 80.05 29.5 -
YUV 221.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 220 242 119 0.09 0 0.51 0.05 70.73 0.83 0.71
Hex DC F2 77 9 0 33 5 47 53 47
Octal 334 362 167 11 0 63 5 107 123 107
Binary 11011100 11110010 1110111 1001 0 110011 101 1000111 1010011 1000111

Color Harmonies of #DCF277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF277

Black with #DCF277

Text Example


Text Example

White with #DCF277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF277; }

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

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

background-color css

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

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

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

border-color css

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

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

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