Html Css Color HEX #DCF981 Mindaro

📋 copy color: '#DCF981'

red 220 ◦ green 249 ◦ blue 129

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

Shades of Mindaro #DCF981

Tints of Mindaro #DCF981

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.64%

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

R = 36.79%
G = 41.64%
B = 21.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#DCF981 (or 0xDCF981) is known color: Mindaro. HEX triplet: DC, F9 and 81. RGB value is (220,249,129). Sum of RGB (Red+Green+Blue) = 220+249+129=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF981 is #23067E. Grayscale: #E3E3E3. Windows color (decimal): -2295423 or 8518108. OLE color: 8518108.

HSL color Cylindrical-coordinate representation of color #DCF981: hue angle of 74.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF981 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 129 -
CMYK 0.12 0 0.48 0.02
HSL 74.5º 0.91% 0.74% -
HSV(B) 74.5º 0.48% 0.98% -
XYZ 67.35 84.55 33.54 -
YUV 226.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 220 249 129 0.12 0 0.48 0.02 74.5 0.91 0.74
Hex DC F9 81 C 0 30 2 4A 5B 4A
Octal 334 371 201 14 0 60 2 112 133 112
Binary 11011100 11111001 10000001 1100 0 110000 10 1001010 1011011 1001010

Color Harmonies of #DCF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF981

Black with #DCF981

Text Example


Text Example

White with #DCF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF981; }

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

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

background-color css

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

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

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

border-color css

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

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

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