#65CA44

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

Shades of Apple #65CA44

Tints of Apple #65CA44

Color information

#65CA44 (or 0x65CA44) is unknown color: approx Apple. HEX triplet: 65, CA and 44. RGB value is (101,202,68). Sum of RGB (Red+Green+Blue) = 101+202+68=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA44 is #9A35BB. Grayscale: #9C9C9C. Windows color (decimal): -10106300 or 4508261. OLE color: 4508261.

HSL color Cylindrical-coordinate representation of color #65CA44: hue angle of 105.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65CA44 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB10120268-
CMYK0.5000.660.21
HSL105.22º55.83%52.94%-
HSV(B)105.22º66.34%79.22%-
XYZ27.5345.4312.79-
YUV156.5278.0488.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 202 (79.30% from 255) = 54.45%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=27.22%
G=54.45%
B=18.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101202680.5000.660.21105.2255.8352.94
Hex65CA443204215693835
Octal145312104620102251517065
Binary110010111001010100010011001001000010101011101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,68); }

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

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

 a { background-color: rgb(101,202,68); }

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

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

 span { border-color: rgb(101,202,68); }

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