Html Css Color HEX #DCFE7E Mindaro

📋 copy color: '#DCFE7E'

red 220 ◦ green 254 ◦ blue 126

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

Shades of Mindaro #DCFE7E

Tints of Mindaro #DCFE7E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.33%

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

R = 36.67%
G = 42.33%
B = 21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#DCFE7E (or 0xDCFE7E) is known color: Mindaro. HEX triplet: DC, FE and 7E. RGB value is (220,254,126). Sum of RGB (Red+Green+Blue) = 220+254+126=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE7E is #230181. Grayscale: #E5E5E5. Windows color (decimal): -2294146 or 8322780. OLE color: 8322780.

HSL color Cylindrical-coordinate representation of color #DCFE7E: hue angle of 75.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCFE7E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 126 -
CMYK 0.13 0 0.50 0.00
HSL 75.94º 0.98% 0.75% -
HSV(B) 75.94º 0.5% 1% -
XYZ 68.72 87.61 33.03 -
YUV 229.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 220 254 126 0.13 0 0.50 0.00 75.94 0.98 0.75
Hex DC FE 7E D 0 32 0 4C 62 4B
Octal 334 376 176 15 0 62 0 114 142 113
Binary 11011100 11111110 1111110 1101 0 110010 0 1001100 1100010 1001011

Color Harmonies of #DCFE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE7E

Black with #DCFE7E

Text Example


Text Example

White with #DCFE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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