Html Css Color HEX #DCF272 Mindaro

📋 copy color: '#DCF272'

red 220 ◦ green 242 ◦ blue 114

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

Shades of Mindaro #DCF272

Tints of Mindaro #DCF272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.79%

R = 38.19%
G = 42.01%
B = 19.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DCF272 (or 0xDCF272) is known color: Mindaro. HEX triplet: DC, F2 and 72. RGB value is (220,242,114). Sum of RGB (Red+Green+Blue) = 220+242+114=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF272 is #230D8D. Grayscale: #DDDDDD. Windows color (decimal): -2297230 or 7533276. OLE color: 7533276.

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

Color convert

RGB 220 242 114 -
CMYK 0.09 0 0.53 0.05
HSL 70.31º 0.83% 0.7% -
HSV(B) 70.31º 0.53% 0.95% -
XYZ 64.3 79.93 27.96 -
YUV 220.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 220 242 114 0.09 0 0.53 0.05 70.31 0.83 0.7
Hex DC F2 72 9 0 35 5 46 53 46
Octal 334 362 162 11 0 65 5 106 123 106
Binary 11011100 11110010 1110010 1001 0 110101 101 1000110 1010011 1000110

Color Harmonies of #DCF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF272

Black with #DCF272

Text Example


Text Example

White with #DCF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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