Html Css Color HEX #64B852 Apple

📋 copy color: '#64B852'

red 100 ◦ green 184 ◦ blue 82

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

Shades of Apple #64B852

Tints of Apple #64B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.27%

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 27.32%
G = 50.27%
B = 22.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#64B852 (or 0x64B852) is known color: Apple. HEX triplet: 64, B8 and 52. RGB value is (100,184,82). Sum of RGB (Red+Green+Blue) = 100+184+82=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #64B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B852 is #9B47AD. Grayscale: #939393. Windows color (decimal): -10176430 or 5421156. OLE color: 5421156.

HSL color Cylindrical-coordinate representation of color #64B852: hue angle of 109.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B852 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 184 82 -
CMYK 0.46 0 0.55 0.28
HSL 109.41º 0.42% 0.52% -
HSV(B) 109.41º 0.55% 0.72% -
XYZ 23.92 37.6 13.98 -
YUV 147.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 100 184 82 0.46 0 0.55 0.28 109.41 0.42 0.52
Hex 64 B8 52 2E 0 37 1C 6D 2A 34
Octal 144 270 122 56 0 67 34 155 52 64
Binary 1100100 10111000 1010010 101110 0 110111 11100 1101101 101010 110100

Color Harmonies of #64B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B852

Black with #64B852

Text Example


Text Example

White with #64B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,184,82); }

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

background-color css

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

 a { background-color: rgb(100,184,82); }

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

border-color css

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

 span { border-color: rgb(100,184,82); }

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