Html Css Color HEX #64C437 Apple

📋 copy color: '#64C437'

red 100 ◦ green 196 ◦ blue 55

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

Shades of Apple #64C437

Tints of Apple #64C437

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 55 (21.88% from 255) = 15.67%

R = 28.49%
G = 55.84%
B = 15.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#64C437 (or 0x64C437) is known color: Apple. HEX triplet: 64, C4 and 37. RGB value is (100,196,55). Sum of RGB (Red+Green+Blue) = 100+196+55=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #64C437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C437 is #9B3BC8. Grayscale: #979797. Windows color (decimal): -10173385 or 3654756. OLE color: 3654756.

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

Color convert

RGB 100 196 55 -
CMYK 0.49 0 0.72 0.23
HSL 100.85º 0.56% 0.49% -
HSV(B) 100.85º 0.72% 0.77% -
XYZ 25.69 42.47 10.46 -
YUV 151.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 100 196 55 0.49 0 0.72 0.23 100.85 0.56 0.49
Hex 64 C4 37 31 0 48 17 65 38 31
Octal 144 304 67 61 0 110 27 145 70 61
Binary 1100100 11000100 110111 110001 0 1001000 10111 1100101 111000 110001

Color Harmonies of #64C437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C437

Black with #64C437

Text Example


Text Example

White with #64C437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,196,55); }

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

background-color css

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

 a { background-color: rgb(100,196,55); }

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

border-color css

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

 span { border-color: rgb(100,196,55); }

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