Html Css Color HEX #DCFF61 Mindaro

📋 copy color: '#DCFF61'

red 220 ◦ green 255 ◦ blue 97

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

Shades of Mindaro #DCFF61

Tints of Mindaro #DCFF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.96%

R = 38.46%
G = 44.58%
B = 16.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#DCFF61 (or 0xDCFF61) is known color: Mindaro. HEX triplet: DC, FF and 61. RGB value is (220,255,97). Sum of RGB (Red+Green+Blue) = 220+255+97=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 97 (38.28% from 255 or 16.96% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF61 is #23009E. Grayscale: #E3E3E3. Windows color (decimal): -2293919 or 6422492. OLE color: 6422492.

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

Color convert

RGB 220 255 97 -
CMYK 0.14 0 0.62 0
HSL 73.29º 1% 0.69% -
HSV(B) 73.29º 0.62% 1% -
XYZ 67.43 87.6 24.66 -
YUV 226.52 54.9 123.35 -
System Red Green Blue C M Y K H S L
Decimal 220 255 97 0.14 0 0.62 0 73.29 1 0.69
Hex DC FF 61 E 0 3E 0 49 64 45
Octal 334 377 141 16 0 76 0 111 144 105
Binary 11011100 11111111 1100001 1110 0 111110 0 1001001 1100100 1000101

Color Harmonies of #DCFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF61

Black with #DCFF61

Text Example


Text Example

White with #DCFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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