#CDF568

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

Shades of Mindaro #CDF568

Tints of Mindaro #CDF568

Color information

#CDF568 (or 0xCDF568) is unknown color: approx Mindaro. HEX triplet: CD, F5 and 68. RGB value is (205,245,104). Sum of RGB (Red+Green+Blue) = 205+245+104=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF568 is #320A97. Grayscale: #D9D9D9. Windows color (decimal): -3279512 or 6878669. OLE color: 6878669.

HSL color Cylindrical-coordinate representation of color #CDF568: hue angle of 77.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDF568 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB205245104-
CMYK0.1600.580.04
HSL77.02º87.58%68.43%-
HSV(B)77.02º57.55%96.08%-
XYZ60.3379.2825.22-
YUV216.9764.25119.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 245 (96.09% from 255) = 44.22%
BLUE value IS 104 (41.02% from 255) = 18.77%
R=37.00%
G=44.22%
B=18.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451040.1600.580.0477.0287.5868.43
HexCDF5681003A44d5844
Octal315365150200724115130104
Binary11001101111101011101000100000111010100100110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF568; }

 p { color: rgb(205,245,104); }

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

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

 a { background-color: rgb(205,245,104); }

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

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

 span { border-color: rgb(205,245,104); }

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