#64BE35

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

Shades of Apple #64BE35

Tints of Apple #64BE35

Color information

#64BE35 (or 0x64BE35) is unknown color: approx Apple. HEX triplet: 64, BE and 35. RGB value is (100,190,53). Sum of RGB (Red+Green+Blue) = 100+190+53=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE35 is #9B41CA. Grayscale: #939393. Windows color (decimal): -10174923 or 3522148. OLE color: 3522148.

HSL color Cylindrical-coordinate representation of color #64BE35: hue angle of 99.42º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64BE35 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB10019053-
CMYK0.4700.720.25
HSL99.42º56.38%47.65%-
HSV(B)99.42º72.11%74.51%-
XYZ24.3139.799.77-
YUV147.4774.6894.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 190 (74.61% from 255) = 55.39%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=29.15%
G=55.39%
B=15.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100190530.4700.720.2599.4256.3847.65
Hex64BE352F04819633830
Octal14427665570110311437060
Binary11001001011111011010110111101001000110011100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BE35; }

 p { color: rgb(100,190,53); }

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

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

 a { background-color: rgb(100,190,53); }

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

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

 span { border-color: rgb(100,190,53); }

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