Html Css Color HEX #DCFF5E Mindaro

📋 copy color: '#DCFF5E'

red 220 ◦ green 255 ◦ blue 94

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

Shades of Mindaro #DCFF5E

Tints of Mindaro #DCFF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 44.82%

 BLUE value IS 94 (37.11% from 255) = 16.52%

R = 38.66%
G = 44.82%
B = 16.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#DCFF5E (or 0xDCFF5E) is known color: Mindaro. HEX triplet: DC, FF and 5E. RGB value is (220,255,94). Sum of RGB (Red+Green+Blue) = 220+255+94=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF5E is #2300A1. Grayscale: #E2E2E2. Windows color (decimal): -2293922 or 6225884. OLE color: 6225884.

HSL color Cylindrical-coordinate representation of color #DCFF5E: hue angle of 73.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFF5E is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 94 -
CMYK 0.14 0 0.63 0
HSL 73.04º 1% 0.68% -
HSV(B) 73.04º 0.63% 1% -
XYZ 67.3 87.54 23.94 -
YUV 226.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 220 255 94 0.14 0 0.63 0 73.04 1 0.68
Hex DC FF 5E E 0 3F 0 49 64 44
Octal 334 377 136 16 0 77 0 111 144 104
Binary 11011100 11111111 1011110 1110 0 111111 0 1001001 1100100 1000100

Color Harmonies of #DCFF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF5E

Black with #DCFF5E

Text Example


Text Example

White with #DCFF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF5E; }

 p { color: rgb(220,255,94); }

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

background-color css

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

 a { background-color: rgb(220,255,94); }

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

border-color css

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

 span { border-color: rgb(220,255,94); }

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