Html Css Color HEX #64BB44 Apple

📋 copy color: '#64BB44'

red 100 ◦ green 187 ◦ blue 68

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

Shades of Apple #64BB44

Tints of Apple #64BB44

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.68%

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 28.17%
G = 52.68%
B = 19.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#64BB44 (or 0x64BB44) is known color: Apple. HEX triplet: 64, BB and 44. RGB value is (100,187,68). Sum of RGB (Red+Green+Blue) = 100+187+68=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB44 is #9B44BB. Grayscale: #939393. Windows color (decimal): -10175676 or 4504420. OLE color: 4504420.

HSL color Cylindrical-coordinate representation of color #64BB44: hue angle of 103.87º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64BB44 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 68 -
CMYK 0.47 0 0.64 0.27
HSL 103.87º 0.47% 0.5% -
HSV(B) 103.87º 0.64% 0.73% -
XYZ 24.07 38.67 11.66 -
YUV 147.42 83.18 94.18 -
System Red Green Blue C M Y K H S L
Decimal 100 187 68 0.47 0 0.64 0.27 103.87 0.47 0.5
Hex 64 BB 44 2F 0 40 1B 68 2F 32
Octal 144 273 104 57 0 100 33 150 57 62
Binary 1100100 10111011 1000100 101111 0 1000000 11011 1101000 101111 110010

Color Harmonies of #64BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB44

Black with #64BB44

Text Example


Text Example

White with #64BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,68); }

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

background-color css

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

 a { background-color: rgb(100,187,68); }

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

border-color css

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

 span { border-color: rgb(100,187,68); }

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