#64C74B

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

Shades of Apple #64C74B

Tints of Apple #64C74B

Color information

#64C74B (or 0x64C74B) is unknown color: approx Apple. HEX triplet: 64, C7 and 4B. RGB value is (100,199,75). Sum of RGB (Red+Green+Blue) = 100+199+75=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #64C74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C74B is #9B38B4. Grayscale: #9B9B9B. Windows color (decimal): -10172597 or 4966244. OLE color: 4966244.

HSL color Cylindrical-coordinate representation of color #64C74B: hue angle of 107.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64C74B is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB10019975-
CMYK0.5000.620.22
HSL107.9º52.54%53.73%-
HSV(B)107.9º62.31%78.04%-
XYZ26.9544.0613.74-
YUV155.2682.788.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 199 (78.12% from 255) = 53.21%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=26.74%
G=53.21%
B=20.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100199750.5000.620.22107.952.5453.73
Hex64C74B3203E166c3536
Octal14430711362076261546566
Binary11001001100011110010111100100111110101101101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,199,75); }

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

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

 a { background-color: rgb(100,199,75); }

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

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

 span { border-color: rgb(100,199,75); }

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