Html Css Color HEX #64B541 Apple

📋 copy color: '#64B541'

red 100 ◦ green 181 ◦ blue 65

#64B541
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64B541

Tints of Apple #64B541

RGB

 RED value IS 100 (39.45% from 255) = 28.9%

 GREEN value IS 181 (71.09% from 255) = 52.31%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 28.9%
G = 52.31%
B = 18.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#64B541 (or 0x64B541) is known color: Apple. HEX triplet: 64, B5 and 41. RGB value is (100,181,65). Sum of RGB (Red+Green+Blue) = 100+181+65=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #64B541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B541 is #9B4ABE. Grayscale: #8F8F8F. Windows color (decimal): -10177215 or 4306276. OLE color: 4306276.

HSL color Cylindrical-coordinate representation of color #64B541: hue angle of 101.9º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64B541 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 181 65 -
CMYK 0.45 0 0.64 0.29
HSL 101.9º 0.47% 0.48% -
HSV(B) 101.9º 0.64% 0.71% -
XYZ 22.73 36.14 10.78 -
YUV 143.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 100 181 65 0.45 0 0.64 0.29 101.9 0.47 0.48
Hex 64 B5 41 2D 0 40 1D 66 2F 30
Octal 144 265 101 55 0 100 35 146 57 60
Binary 1100100 10110101 1000001 101101 0 1000000 11101 1100110 101111 110000

Color Harmonies of #64B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B541

Black with #64B541

Text Example


Text Example

White with #64B541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,181,65); }

 H1.HeaderClassName
 {
   color: #64B541;
 }
 .AnyTagClassName
 {
   color: #64B541;
 }
</style>

background-color css

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

 a { background-color: rgb(100,181,65); }

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

border-color css

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

 span { border-color: rgb(100,181,65); }

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