#CFF569

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

Shades of Mindaro #CFF569

Tints of Mindaro #CFF569

Color information

#CFF569 (or 0xCFF569) is unknown color: approx Mindaro. HEX triplet: CF, F5 and 69. RGB value is (207,245,105). Sum of RGB (Red+Green+Blue) = 207+245+105=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF569 is #300A96. Grayscale: #DADADA. Windows color (decimal): -3148439 or 6944207. OLE color: 6944207.

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

Color convert

RGB207245105-
CMYK0.1600.570.04
HSL76.29º87.5%68.63%-
HSV(B)76.29º57.14%96.08%-
XYZ60.9379.5925.52-
YUV217.6864.41120.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 245 (96.09% from 255) = 43.99%
BLUE value IS 105 (41.41% from 255) = 18.85%
R=37.16%
G=43.99%
B=18.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072451050.1600.570.0476.2987.568.63
HexCFF5691003944c5845
Octal317365151200714114130105
Binary11001111111101011101001100000111001100100110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF569; }

 p { color: rgb(207,245,105); }

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

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

 a { background-color: rgb(207,245,105); }

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

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

 span { border-color: rgb(207,245,105); }

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