Html Css Color HEX #DCF181 Mindaro

📋 copy color: '#DCF181'

red 220 ◦ green 241 ◦ blue 129

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

Shades of Mindaro #DCF181

Tints of Mindaro #DCF181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.86%

R = 37.29%
G = 40.85%
B = 21.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DCF181 (or 0xDCF181) is known color: Mindaro. HEX triplet: DC, F1 and 81. RGB value is (220,241,129). Sum of RGB (Red+Green+Blue) = 220+241+129=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF181 is #230E7E. Grayscale: #DEDEDE. Windows color (decimal): -2297471 or 8516060. OLE color: 8516060.

HSL color Cylindrical-coordinate representation of color #DCF181: hue angle of 71.25º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF181 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 129 -
CMYK 0.09 0 0.46 0.05
HSL 71.25º 0.8% 0.73% -
HSV(B) 71.25º 0.46% 0.95% -
XYZ 64.93 79.71 32.73 -
YUV 221.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 220 241 129 0.09 0 0.46 0.05 71.25 0.8 0.73
Hex DC F1 81 9 0 2E 5 47 50 49
Octal 334 361 201 11 0 56 5 107 120 111
Binary 11011100 11110001 10000001 1001 0 101110 101 1000111 1010000 1001001

Color Harmonies of #DCF181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF181

Black with #DCF181

Text Example


Text Example

White with #DCF181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF181; }

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

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

background-color css

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

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

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

border-color css

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

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

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