#65CF55

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

Shades of Apple #65CF55

Tints of Apple #65CF55

Color information

#65CF55 (or 0x65CF55) is unknown color: approx Apple. HEX triplet: 65, CF and 55. RGB value is (101,207,85). Sum of RGB (Red+Green+Blue) = 101+207+85=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF55 is #9A30AA. Grayscale: #A1A1A1. Windows color (decimal): -10105003 or 5623653. OLE color: 5623653.

HSL color Cylindrical-coordinate representation of color #65CF55: hue angle of 112.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CF55 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB10120785-
CMYK0.5100.590.19
HSL112.13º55.96%57.25%-
HSV(B)112.13º58.94%81.18%-
XYZ29.3248.0516.32-
YUV161.484.8884.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 207 (81.25% from 255) = 52.67%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=25.70%
G=52.67%
B=21.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101207850.5100.590.19112.1355.9657.25
Hex65CF553303B13703839
Octal14531712563073231607071
Binary11001011100111110101011100110111011100111110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CF55; }

 p { color: rgb(101,207,85); }

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

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

 a { background-color: rgb(101,207,85); }

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

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

 span { border-color: rgb(101,207,85); }

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