Html Css Color HEX #64C036 Apple

📋 copy color: '#64C036'

red 100 ◦ green 192 ◦ blue 54

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

Shades of Apple #64C036

Tints of Apple #64C036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 28.9%
G = 55.49%
B = 15.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#64C036 (or 0x64C036) is known color: Apple. HEX triplet: 64, C0 and 36. RGB value is (100,192,54). Sum of RGB (Red+Green+Blue) = 100+192+54=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #64C036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C036 is #9B3FC9. Grayscale: #959595. Windows color (decimal): -10174410 or 3588196. OLE color: 3588196.

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

Color convert

RGB 100 192 54 -
CMYK 0.48 0 0.72 0.25
HSL 100º 0.56% 0.48% -
HSV(B) 100º 0.72% 0.75% -
XYZ 24.77 40.67 10.04 -
YUV 148.76 74.52 93.22 -
System Red Green Blue C M Y K H S L
Decimal 100 192 54 0.48 0 0.72 0.25 100 0.56 0.48
Hex 64 C0 36 30 0 48 19 64 38 30
Octal 144 300 66 60 0 110 31 144 70 60
Binary 1100100 11000000 110110 110000 0 1001000 11001 1100100 111000 110000

Color Harmonies of #64C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C036

Black with #64C036

Text Example


Text Example

White with #64C036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,54); }

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

background-color css

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

 a { background-color: rgb(100,192,54); }

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

border-color css

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

 span { border-color: rgb(100,192,54); }

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