Html Css Color HEX #DCF281 Mindaro

📋 copy color: '#DCF281'

red 220 ◦ green 242 ◦ blue 129

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

Shades of Mindaro #DCF281

Tints of Mindaro #DCF281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

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

R = 37.23%
G = 40.95%
B = 21.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DCF281 (or 0xDCF281) is known color: Mindaro. HEX triplet: DC, F2 and 81. RGB value is (220,242,129). Sum of RGB (Red+Green+Blue) = 220+242+129=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF281 is #230D7E. Grayscale: #DEDEDE. Windows color (decimal): -2297215 or 8516316. OLE color: 8516316.

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

Color convert

RGB 220 242 129 -
CMYK 0.09 0 0.47 0.05
HSL 71.68º 0.81% 0.73% -
HSV(B) 71.68º 0.47% 0.95% -
XYZ 65.23 80.3 32.83 -
YUV 222.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 220 242 129 0.09 0 0.47 0.05 71.68 0.81 0.73
Hex DC F2 81 9 0 2F 5 48 51 49
Octal 334 362 201 11 0 57 5 110 121 111
Binary 11011100 11110010 10000001 1001 0 101111 101 1001000 1010001 1001001

Color Harmonies of #DCF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF281

Black with #DCF281

Text Example


Text Example

White with #DCF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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