Html Css Color HEX #64BD34 Apple

📋 copy color: '#64BD34'

red 100 ◦ green 189 ◦ blue 52

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

Shades of Apple #64BD34

Tints of Apple #64BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.43%

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

R = 29.33%
G = 55.43%
B = 15.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#64BD34 (or 0x64BD34) is known color: Apple. HEX triplet: 64, BD and 34. RGB value is (100,189,52). Sum of RGB (Red+Green+Blue) = 100+189+52=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BD34 is #9B42CB. Grayscale: #939393. Windows color (decimal): -10175180 or 3456356. OLE color: 3456356.

HSL color Cylindrical-coordinate representation of color #64BD34: hue angle of 98.98º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64BD34 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 189 52 -
CMYK 0.47 0 0.72 0.26
HSL 98.98º 0.57% 0.47% -
HSV(B) 98.98º 0.72% 0.74% -
XYZ 24.07 39.35 9.58 -
YUV 146.77 74.51 94.64 -
System Red Green Blue C M Y K H S L
Decimal 100 189 52 0.47 0 0.72 0.26 98.98 0.57 0.47
Hex 64 BD 34 2F 0 48 1A 63 39 2F
Octal 144 275 64 57 0 110 32 143 71 57
Binary 1100100 10111101 110100 101111 0 1001000 11010 1100011 111001 101111

Color Harmonies of #64BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BD34

Black with #64BD34

Text Example


Text Example

White with #64BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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