Html Css Color HEX #64C134 Apple

📋 copy color: '#64C134'

red 100 ◦ green 193 ◦ blue 52

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

Shades of Apple #64C134

Tints of Apple #64C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.94%

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 28.99%
G = 55.94%
B = 15.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#64C134 (or 0x64C134) is known color: Apple. HEX triplet: 64, C1 and 34. RGB value is (100,193,52). Sum of RGB (Red+Green+Blue) = 100+193+52=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #64C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C134 is #9B3ECB. Grayscale: #959595. Windows color (decimal): -10174156 or 3457380. OLE color: 3457380.

HSL color Cylindrical-coordinate representation of color #64C134: hue angle of 99.57º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64C134 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 52 -
CMYK 0.48 0 0.73 0.24
HSL 99.57º 0.58% 0.48% -
HSV(B) 99.57º 0.73% 0.76% -
XYZ 24.95 41.1 9.87 -
YUV 149.12 73.19 92.96 -
System Red Green Blue C M Y K H S L
Decimal 100 193 52 0.48 0 0.73 0.24 99.57 0.58 0.48
Hex 64 C1 34 30 0 49 18 64 3A 30
Octal 144 301 64 60 0 111 30 144 72 60
Binary 1100100 11000001 110100 110000 0 1001001 11000 1100100 111010 110000

Color Harmonies of #64C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C134

Black with #64C134

Text Example


Text Example

White with #64C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,52); }

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

background-color css

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

 a { background-color: rgb(100,193,52); }

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

border-color css

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

 span { border-color: rgb(100,193,52); }

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