#64C248

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

Shades of Apple #64C248

Tints of Apple #64C248

Color information

#64C248 (or 0x64C248) is unknown color: approx Apple. HEX triplet: 64, C2 and 48. RGB value is (100,194,72). Sum of RGB (Red+Green+Blue) = 100+194+72=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #64C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C248 is #9B3DB7. Grayscale: #989898. Windows color (decimal): -10173880 or 4768356. OLE color: 4768356.

HSL color Cylindrical-coordinate representation of color #64C248: hue angle of 106.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64C248 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB10019472-
CMYK0.4800.630.24
HSL106.23º50%52.16%-
HSV(B)106.23º62.89%76.08%-
XYZ25.7241.7612.84-
YUV151.9982.8690.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=27.32%
G=53.01%
B=19.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100194720.4800.630.24106.235052.16
Hex64C2483003F186a3234
Octal14430211060077301526264
Binary11001001100001010010001100000111111110001101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,194,72); }

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

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

 a { background-color: rgb(100,194,72); }

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

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

 span { border-color: rgb(100,194,72); }

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