Html Css Color HEX #DCFC7E Mindaro

📋 copy color: '#DCFC7E'

red 220 ◦ green 252 ◦ blue 126

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

Shades of Mindaro #DCFC7E

Tints of Mindaro #DCFC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.07%

R = 36.79%
G = 42.14%
B = 21.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#DCFC7E (or 0xDCFC7E) is known color: Mindaro. HEX triplet: DC, FC and 7E. RGB value is (220,252,126). Sum of RGB (Red+Green+Blue) = 220+252+126=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC7E is #230381. Grayscale: #E4E4E4. Windows color (decimal): -2294658 or 8322268. OLE color: 8322268.

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

Color convert

RGB 220 252 126 -
CMYK 0.13 0 0.5 0.01
HSL 75.24º 0.95% 0.74% -
HSV(B) 75.24º 0.5% 0.99% -
XYZ 68.09 86.34 32.82 -
YUV 228.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 220 252 126 0.13 0 0.5 0.01 75.24 0.95 0.74
Hex DC FC 7E D 0 32 1 4B 5F 4A
Octal 334 374 176 15 0 62 1 113 137 112
Binary 11011100 11111100 1111110 1101 0 110010 1 1001011 1011111 1001010

Color Harmonies of #DCFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC7E

Black with #DCFC7E

Text Example


Text Example

White with #DCFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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