#DCFA69

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

Shades of Mindaro #DCFA69

Tints of Mindaro #DCFA69

Color information

#DCFA69 (or 0xDCFA69) is unknown color: approx Mindaro. HEX triplet: DC, FA and 69. RGB value is (220,250,105). Sum of RGB (Red+Green+Blue) = 220+250+105=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 105 (41.41% from 255 or 18.26% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA69 is #230596. Grayscale: #E1E1E1. Windows color (decimal): -2295191 or 6945500. OLE color: 6945500.

HSL color Cylindrical-coordinate representation of color #DCFA69: hue angle of 72.41º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCFA69 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB220250105-
CMYK0.1200.580.02
HSL72.41º93.55%69.61%-
HSV(B)72.41º58%98.04%-
XYZ66.2584.6126.2-
YUV224.560.56124.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 105 (41.41% from 255) = 18.26%
R=38.26%
G=43.48%
B=18.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501050.1200.580.0272.4193.5569.61
HexDCFA69C03A2485e46
Octal334372151140722110136106
Binary110111001111101011010011100011101010100100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA69; }

 p { color: rgb(220,250,105); }

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

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

 a { background-color: rgb(220,250,105); }

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

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

 span { border-color: rgb(220,250,105); }

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