#64BE30

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

Shades of Apple #64BE30

Tints of Apple #64BE30

Color information

#64BE30 (or 0x64BE30) is unknown color: approx Apple. HEX triplet: 64, BE and 30. RGB value is (100,190,48). Sum of RGB (Red+Green+Blue) = 100+190+48=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE30 is #9B41CF. Grayscale: #939393. Windows color (decimal): -10174928 or 3194468. OLE color: 3194468.

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

Color convert

RGB10019048-
CMYK0.4700.750.25
HSL98.03º59.66%46.67%-
HSV(B)98.03º74.74%74.51%-
XYZ24.239.759.19-
YUV146.972.1894.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=29.59%
G=56.21%
B=14.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100190480.4700.750.2598.0359.6646.67
Hex64BE302F04B19623c2f
Octal14427660570113311427457
Binary11001001011111011000010111101001011110011100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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