Html Css Color HEX #DCF081 Mindaro

📋 copy color: '#DCF081'

red 220 ◦ green 240 ◦ blue 129

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

Shades of Mindaro #DCF081

Tints of Mindaro #DCF081

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

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

R = 37.35%
G = 40.75%
B = 21.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#DCF081 (or 0xDCF081) is known color: Mindaro. HEX triplet: DC, F0 and 81. RGB value is (220,240,129). Sum of RGB (Red+Green+Blue) = 220+240+129=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF081 is #230F7E. Grayscale: #DDDDDD. Windows color (decimal): -2297727 or 8515804. OLE color: 8515804.

HSL color Cylindrical-coordinate representation of color #DCF081: hue angle of 70.81º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF081 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 129 -
CMYK 0.08 0 0.46 0.06
HSL 70.81º 0.79% 0.72% -
HSV(B) 70.81º 0.46% 0.94% -
XYZ 64.64 79.12 32.63 -
YUV 221.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 220 240 129 0.08 0 0.46 0.06 70.81 0.79 0.72
Hex DC F0 81 8 0 2E 6 47 4F 48
Octal 334 360 201 10 0 56 6 107 117 110
Binary 11011100 11110000 10000001 1000 0 101110 110 1000111 1001111 1001000

Color Harmonies of #DCF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF081

Black with #DCF081

Text Example


Text Example

White with #DCF081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF081; }

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

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

background-color css

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

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

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

border-color css

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

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

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