Html Css Color HEX #64C342 Apple

📋 copy color: '#64C342'

red 100 ◦ green 195 ◦ blue 66

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

Shades of Apple #64C342

Tints of Apple #64C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.02%

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 27.7%
G = 54.02%
B = 18.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#64C342 (or 0x64C342) is known color: Apple. HEX triplet: 64, C3 and 42. RGB value is (100,195,66). Sum of RGB (Red+Green+Blue) = 100+195+66=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #64C342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C342 is #9B3CBD. Grayscale: #989898. Windows color (decimal): -10173630 or 4375396. OLE color: 4375396.

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

Color convert

RGB 100 195 66 -
CMYK 0.49 0 0.66 0.24
HSL 104.19º 0.52% 0.51% -
HSV(B) 104.19º 0.66% 0.76% -
XYZ 25.75 42.13 11.93 -
YUV 151.89 79.53 90.99 -
System Red Green Blue C M Y K H S L
Decimal 100 195 66 0.49 0 0.66 0.24 104.19 0.52 0.51
Hex 64 C3 42 31 0 42 18 68 34 33
Octal 144 303 102 61 0 102 30 150 64 63
Binary 1100100 11000011 1000010 110001 0 1000010 11000 1101000 110100 110011

Color Harmonies of #64C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C342

Black with #64C342

Text Example


Text Example

White with #64C342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,66); }

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

background-color css

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

 a { background-color: rgb(100,195,66); }

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

border-color css

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

 span { border-color: rgb(100,195,66); }

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