#CFF760

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

Shades of Mindaro #CFF760

Tints of Mindaro #CFF760

Color information

#CFF760 (or 0xCFF760) is unknown color: approx Mindaro. HEX triplet: CF, F7 and 60. RGB value is (207,247,96). Sum of RGB (Red+Green+Blue) = 207+247+96=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF760 is #30089F. Grayscale: #DADADA. Windows color (decimal): -3147936 or 6354895. OLE color: 6354895.

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

Color convert

RGB20724796-
CMYK0.1600.610.03
HSL75.89º90.42%67.25%-
HSV(B)75.89º61.13%96.86%-
XYZ61.180.6323.41-
YUV217.8359.25120.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 247 (96.88% from 255) = 44.91%
BLUE value IS 96 (37.89% from 255) = 17.45%
R=37.64%
G=44.91%
B=17.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207247960.1600.610.0375.8990.4267.25
HexCFF7601003D34c5a43
Octal317367140200753114132103
Binary1100111111110111110000010000011110111100110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF760; }

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

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

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

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

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

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

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

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