#DCF37B

Color #DCF37B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCF37B

Tints of Mindaro #DCF37B

Color information

#DCF37B (or 0xDCF37B) is unknown color: approx Mindaro. HEX triplet: DC, F3 and 7B. RGB value is (220,243,123). Sum of RGB (Red+Green+Blue) = 220+243+123=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37B is #230C84. Grayscale: #DEDEDE. Windows color (decimal): -2296965 or 8123356. OLE color: 8123356.

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

Color convert

RGB220243123-
CMYK0.0900.490.05
HSL71.5º83.33%71.76%-
HSV(B)71.5º49.38%95.29%-
XYZ65.1480.7530.89-
YUV222.4471.88126.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 123 (48.44% from 255) = 20.99%
R=37.54%
G=41.47%
B=20.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431230.0900.490.0571.583.3371.76
HexDCF37B90315485348
Octal334363173110615110123110
Binary1101110011110011111101110010110001101100100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF37B; }

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

 H1.HeaderClassName
 {
   color: #DCF37B;
 }
 .AnyTagClassName
 {
   color: #DCF37B;
 }
</style>
background-color css

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

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

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

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

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

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