#CDF769

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

Shades of Mindaro #CDF769

Tints of Mindaro #CDF769

Color information

#CDF769 (or 0xCDF769) is unknown color: approx Mindaro. HEX triplet: CD, F7 and 69. RGB value is (205,247,105). Sum of RGB (Red+Green+Blue) = 205+247+105=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF769 is #320896. Grayscale: #DADADA. Windows color (decimal): -3278999 or 6944717. OLE color: 6944717.

HSL color Cylindrical-coordinate representation of color #CDF769: hue angle of 77.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF769 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB205247105-
CMYK0.1700.570.03
HSL77.75º89.87%69.02%-
HSV(B)77.75º57.49%96.86%-
XYZ60.9980.5225.69-
YUV218.2564.09118.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 105 (41.41% from 255) = 18.85%
R=36.80%
G=44.34%
B=18.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471050.1700.570.0377.7589.8769.02
HexCDF7691103934e5a45
Octal315367151210713116132105
Binary1100110111110111110100110001011100111100111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF769; }

 p { color: rgb(205,247,105); }

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

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

 a { background-color: rgb(205,247,105); }

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

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

 span { border-color: rgb(205,247,105); }

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