#CFF060

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

Shades of Mindaro #CFF060

Tints of Mindaro #CFF060

Color information

#CFF060 (or 0xCFF060) is unknown color: approx Mindaro. HEX triplet: CF, F0 and 60. RGB value is (207,240,96). Sum of RGB (Red+Green+Blue) = 207+240+96=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF060 is #300F9F. Grayscale: #D6D6D6. Windows color (decimal): -3149728 or 6353103. OLE color: 6353103.

HSL color Cylindrical-coordinate representation of color #CFF060: hue angle of 73.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF060 is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB20724096-
CMYK0.1400.60.06
HSL73.75º82.76%65.88%-
HSV(B)73.75º60%94.12%-
XYZ5976.4322.71-
YUV213.7261.57123.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=38.12%
G=44.20%
B=17.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207240960.1400.60.0673.7582.7665.88
HexCFF060E03C64a5342
Octal317360140160746112123102
Binary1100111111110000110000011100111100110100101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF060; }

 p { color: rgb(207,240,96); }

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

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

 a { background-color: rgb(207,240,96); }

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

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

 span { border-color: rgb(207,240,96); }

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