#DCF36A

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

Shades of Mindaro #DCF36A

Tints of Mindaro #DCF36A

Color information

#DCF36A (or 0xDCF36A) is unknown color: approx Mindaro. HEX triplet: DC, F3 and 6A. RGB value is (220,243,106). Sum of RGB (Red+Green+Blue) = 220+243+106=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF36A is #230C95. Grayscale: #DDDDDD. Windows color (decimal): -2296982 or 7009244. OLE color: 7009244.

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

Color convert

RGB220243106-
CMYK0.0900.560.05
HSL70.07º85.09%68.43%-
HSV(B)70.07º56.38%95.29%-
XYZ64.1780.3625.76-
YUV220.563.38127.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 243 (95.31% from 255) = 42.71%
BLUE value IS 106 (41.80% from 255) = 18.63%
R=38.66%
G=42.71%
B=18.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431060.0900.560.0570.0785.0968.43
HexDCF36A90385465544
Octal334363152110705106125104
Binary1101110011110011110101010010111000101100011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF36A; }

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

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

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

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

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

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

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

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