#64B933

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

Shades of Apple #64B933

Tints of Apple #64B933

Color information

#64B933 (or 0x64B933) is unknown color: approx Apple. HEX triplet: 64, B9 and 33. RGB value is (100,185,51). Sum of RGB (Red+Green+Blue) = 100+185+51=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #64B933 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B933 is #9B46CC. Grayscale: #909090. Windows color (decimal): -10176205 or 3389796. OLE color: 3389796.

HSL color Cylindrical-coordinate representation of color #64B933: hue angle of 98.06º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64B933 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB10018551-
CMYK0.4600.720.27
HSL98.06º56.78%46.27%-
HSV(B)98.06º72.43%72.55%-
XYZ23.237.659.18-
YUV144.3175.3496.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 185 (72.66% from 255) = 55.06%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=29.76%
G=55.06%
B=15.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100185510.4600.720.2798.0656.7846.27
Hex64B9332E0481B62392e
Octal14427163560110331427156
Binary11001001011100111001110111001001000110111100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,51); }

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

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

 a { background-color: rgb(100,185,51); }

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

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

 span { border-color: rgb(100,185,51); }

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