#DCF969

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

Shades of Mindaro #DCF969

Tints of Mindaro #DCF969

Color information

#DCF969 (or 0xDCF969) is unknown color: approx Mindaro. HEX triplet: DC, F9 and 69. RGB value is (220,249,105). Sum of RGB (Red+Green+Blue) = 220+249+105=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 105 (41.41% from 255 or 18.29% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF969 is #230696. Grayscale: #E0E0E0. Windows color (decimal): -2295447 or 6945244. OLE color: 6945244.

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

Color convert

RGB220249105-
CMYK0.1200.580.02
HSL72.08º92.31%69.41%-
HSV(B)72.08º57.83%97.65%-
XYZ65.9483.9926.1-
YUV223.9160.89125.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 105 (41.41% from 255) = 18.29%
R=38.33%
G=43.38%
B=18.29%

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
Decimal2202491050.1200.580.0272.0892.3169.41
HexDCF969C03A2485c45
Octal334371151140722110134105
Binary110111001111100111010011100011101010100100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF969; }

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

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

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

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

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

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

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

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