Html Css Color HEX #64B050 Apple

📋 copy color: '#64B050'

red 100 ◦ green 176 ◦ blue 80

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

Shades of Apple #64B050

Tints of Apple #64B050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 28.09%
G = 49.44%
B = 22.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#64B050 (or 0x64B050) is known color: Apple. HEX triplet: 64, B0 and 50. RGB value is (100,176,80). Sum of RGB (Red+Green+Blue) = 100+176+80=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #64B050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B050 is #9B4FAF. Grayscale: #8E8E8E. Windows color (decimal): -10178480 or 5288036. OLE color: 5288036.

HSL color Cylindrical-coordinate representation of color #64B050: hue angle of 107.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B050 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 176 80 -
CMYK 0.43 0 0.55 0.31
HSL 107.5º 0.38% 0.5% -
HSV(B) 107.5º 0.55% 0.69% -
XYZ 22.23 34.34 13.05 -
YUV 142.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 100 176 80 0.43 0 0.55 0.31 107.5 0.38 0.5
Hex 64 B0 50 2B 0 37 1F 6C 26 32
Octal 144 260 120 53 0 67 37 154 46 62
Binary 1100100 10110000 1010000 101011 0 110111 11111 1101100 100110 110010

Color Harmonies of #64B050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B050

Black with #64B050

Text Example


Text Example

White with #64B050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,176,80); }

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

background-color css

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

 a { background-color: rgb(100,176,80); }

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

border-color css

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

 span { border-color: rgb(100,176,80); }

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