#65CA4B

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

Shades of Apple #65CA4B

Tints of Apple #65CA4B

Color information

#65CA4B (or 0x65CA4B) is unknown color: approx Apple. HEX triplet: 65, CA and 4B. RGB value is (101,202,75). Sum of RGB (Red+Green+Blue) = 101+202+75=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA4B is #9A35B4. Grayscale: #9D9D9D. Windows color (decimal): -10106293 or 4967013. OLE color: 4967013.

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

Color convert

RGB10120275-
CMYK0.5000.630.21
HSL107.72º54.51%54.31%-
HSV(B)107.72º62.87%79.22%-
XYZ27.7645.5213.98-
YUV157.3281.5487.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=26.72%
G=53.44%
B=19.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101202750.5000.630.21107.7254.5154.31
Hex65CA4B3203F156c3736
Octal14531211362077251546766
Binary11001011100101010010111100100111111101011101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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