#64BF38

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

Shades of Apple #64BF38

Tints of Apple #64BF38

Color information

#64BF38 (or 0x64BF38) is unknown color: approx Apple. HEX triplet: 64, BF and 38. RGB value is (100,191,56). Sum of RGB (Red+Green+Blue) = 100+191+56=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF38 is #9B40C7. Grayscale: #949494. Windows color (decimal): -10174664 or 3719012. OLE color: 3719012.

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

Color convert

RGB10019156-
CMYK0.4800.710.25
HSL100.44º54.66%48.43%-
HSV(B)100.44º70.68%74.9%-
XYZ24.640.2610.22-
YUV148.475.8593.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=28.82%
G=55.04%
B=16.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100191560.4800.710.25100.4454.6648.43
Hex64BF383004719643730
Octal14427770600107311446760
Binary11001001011111111100011000001000111110011100100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,191,56); }

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

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

 a { background-color: rgb(100,191,56); }

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

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

 span { border-color: rgb(100,191,56); }

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