Html Css Color HEX #DCF37D Mindaro

📋 copy color: '#DCF37D'

red 220 ◦ green 243 ◦ blue 125

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

Shades of Mindaro #DCF37D

Tints of Mindaro #DCF37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 37.41%
G = 41.33%
B = 21.26%

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

#DCF37D (or 0xDCF37D) is known color: Mindaro. HEX triplet: DC, F3 and 7D. RGB value is (220,243,125). Sum of RGB (Red+Green+Blue) = 220+243+125=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37D is #230C82. Grayscale: #DFDFDF. Windows color (decimal): -2296963 or 8254428. OLE color: 8254428.

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

Color convert

RGB 220 243 125 -
CMYK 0.09 0 0.49 0.05
HSL 71.69º 0.83% 0.72% -
HSV(B) 71.69º 0.49% 0.95% -
XYZ 65.27 80.8 31.56 -
YUV 222.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 220 243 125 0.09 0 0.49 0.05 71.69 0.83 0.72
Hex DC F3 7D 9 0 31 5 48 53 48
Octal 334 363 175 11 0 61 5 110 123 110
Binary 11011100 11110011 1111101 1001 0 110001 101 1001000 1010011 1001000

Color Harmonies of #DCF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF37D

Black with #DCF37D

Text Example


Text Example

White with #DCF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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