Html Css Color HEX #64C942 Apple

📋 copy color: '#64C942'

red 100 ◦ green 201 ◦ blue 66

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

Shades of Apple #64C942

Tints of Apple #64C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.77%

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

R = 27.25%
G = 54.77%
B = 17.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#64C942 (or 0x64C942) is known color: Apple. HEX triplet: 64, C9 and 42. RGB value is (100,201,66). Sum of RGB (Red+Green+Blue) = 100+201+66=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #64C942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C942 is #9B36BD. Grayscale: #9B9B9B. Windows color (decimal): -10172094 or 4376932. OLE color: 4376932.

HSL color Cylindrical-coordinate representation of color #64C942: hue angle of 104.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C942 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 66 -
CMYK 0.50 0 0.67 0.21
HSL 104.89º 0.56% 0.52% -
HSV(B) 104.89º 0.67% 0.79% -
XYZ 27.13 44.88 12.39 -
YUV 155.41 77.54 88.48 -
System Red Green Blue C M Y K H S L
Decimal 100 201 66 0.50 0 0.67 0.21 104.89 0.56 0.52
Hex 64 C9 42 32 0 43 15 69 38 34
Octal 144 311 102 62 0 103 25 151 70 64
Binary 1100100 11001001 1000010 110010 0 1000011 10101 1101001 111000 110100

Color Harmonies of #64C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C942

Black with #64C942

Text Example


Text Example

White with #64C942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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