Html Css Color HEX #DCFF6E Mindaro

📋 copy color: '#DCFF6E'

red 220 ◦ green 255 ◦ blue 110

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

Shades of Mindaro #DCFF6E

Tints of Mindaro #DCFF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.8%

R = 37.61%
G = 43.59%
B = 18.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#DCFF6E (or 0xDCFF6E) is known color: Mindaro. HEX triplet: DC, FF and 6E. RGB value is (220,255,110). Sum of RGB (Red+Green+Blue) = 220+255+110=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF6E is #230091. Grayscale: #E4E4E4. Windows color (decimal): -2293906 or 7274460. OLE color: 7274460.

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

Color convert

RGB 220 255 110 -
CMYK 0.14 0 0.57 0
HSL 74.48º 1% 0.72% -
HSV(B) 74.48º 0.57% 1% -
XYZ 68.09 87.86 28.12 -
YUV 228.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 220 255 110 0.14 0 0.57 0 74.48 1 0.72
Hex DC FF 6E E 0 39 0 4A 64 48
Octal 334 377 156 16 0 71 0 112 144 110
Binary 11011100 11111111 1101110 1110 0 111001 0 1001010 1100100 1001000

Color Harmonies of #DCFF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF6E

Black with #DCFF6E

Text Example


Text Example

White with #DCFF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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