Html Css Color HEX #DCF161 Mindaro

📋 copy color: '#DCF161'

red 220 ◦ green 241 ◦ blue 97

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

Shades of Mindaro #DCF161

Tints of Mindaro #DCF161

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

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

R = 39.43%
G = 43.19%
B = 17.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#DCF161 (or 0xDCF161) is known color: Mindaro. HEX triplet: DC, F1 and 61. RGB value is (220,241,97). Sum of RGB (Red+Green+Blue) = 220+241+97=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF161 is #230E9E. Grayscale: #DADADA. Windows color (decimal): -2297503 or 6418908. OLE color: 6418908.

HSL color Cylindrical-coordinate representation of color #DCF161: hue angle of 68.75º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF161 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 97 -
CMYK 0.09 0 0.60 0.05
HSL 68.75º 0.84% 0.66% -
HSV(B) 68.75º 0.6% 0.95% -
XYZ 63.13 78.99 23.23 -
YUV 218.31 59.54 129.21 -
System Red Green Blue C M Y K H S L
Decimal 220 241 97 0.09 0 0.60 0.05 68.75 0.84 0.66
Hex DC F1 61 9 0 3C 5 45 54 42
Octal 334 361 141 11 0 74 5 105 124 102
Binary 11011100 11110001 1100001 1001 0 111100 101 1000101 1010100 1000010

Color Harmonies of #DCF161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF161

Black with #DCF161

Text Example


Text Example

White with #DCF161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF161; }

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

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

background-color css

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

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

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

border-color css

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

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

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