Html Css Color HEX #DCF381 Mindaro

📋 copy color: '#DCF381'

red 220 ◦ green 243 ◦ blue 129

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

Shades of Mindaro #DCF381

Tints of Mindaro #DCF381

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.05%

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

R = 37.16%
G = 41.05%
B = 21.79%

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

#DCF381 (or 0xDCF381) is known color: Mindaro. HEX triplet: DC, F3 and 81. RGB value is (220,243,129). Sum of RGB (Red+Green+Blue) = 220+243+129=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF381 is #230C7E. Grayscale: #DFDFDF. Windows color (decimal): -2296959 or 8516572. OLE color: 8516572.

HSL color Cylindrical-coordinate representation of color #DCF381: hue angle of 72.11º degrees, saturation: 0.83, 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 #DCF381 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 129 -
CMYK 0.09 0 0.47 0.05
HSL 72.11º 0.83% 0.73% -
HSV(B) 72.11º 0.47% 0.95% -
XYZ 65.53 80.9 32.93 -
YUV 223.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 220 243 129 0.09 0 0.47 0.05 72.11 0.83 0.73
Hex DC F3 81 9 0 2F 5 48 53 49
Octal 334 363 201 11 0 57 5 110 123 111
Binary 11011100 11110011 10000001 1001 0 101111 101 1001000 1010011 1001001

Color Harmonies of #DCF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF381

Black with #DCF381

Text Example


Text Example

White with #DCF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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