Html Css Color HEX #DCF37C Mindaro

📋 copy color: '#DCF37C'

red 220 ◦ green 243 ◦ blue 124

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

Shades of Mindaro #DCF37C

Tints of Mindaro #DCF37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.12%

R = 37.48%
G = 41.4%
B = 21.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#DCF37C (or 0xDCF37C) is known color: Mindaro. HEX triplet: DC, F3 and 7C. RGB value is (220,243,124). Sum of RGB (Red+Green+Blue) = 220+243+124=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37C is #230C83. Grayscale: #DFDFDF. Windows color (decimal): -2296964 or 8188892. OLE color: 8188892.

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

Color convert

RGB 220 243 124 -
CMYK 0.09 0 0.49 0.05
HSL 71.6º 0.83% 0.72% -
HSV(B) 71.6º 0.49% 0.95% -
XYZ 65.2 80.77 31.22 -
YUV 222.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 220 243 124 0.09 0 0.49 0.05 71.6 0.83 0.72
Hex DC F3 7C 9 0 31 5 48 53 48
Octal 334 363 174 11 0 61 5 110 123 110
Binary 11011100 11110011 1111100 1001 0 110001 101 1001000 1010011 1001000

Color Harmonies of #DCF37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF37C

Black with #DCF37C

Text Example


Text Example

White with #DCF37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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