Html Css Color HEX #64BC46 Apple

📋 copy color: '#64BC46'

red 100 ◦ green 188 ◦ blue 70

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

Shades of Apple #64BC46

Tints of Apple #64BC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 27.93%
G = 52.51%
B = 19.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#64BC46 (or 0x64BC46) is known color: Apple. HEX triplet: 64, BC and 46. RGB value is (100,188,70). Sum of RGB (Red+Green+Blue) = 100+188+70=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC46 is #9B43B9. Grayscale: #949494. Windows color (decimal): -10175418 or 4635748. OLE color: 4635748.

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

Color convert

RGB 100 188 70 -
CMYK 0.47 0 0.63 0.26
HSL 104.75º 0.47% 0.51% -
HSV(B) 104.75º 0.63% 0.74% -
XYZ 24.34 39.12 12.06 -
YUV 148.24 83.85 93.59 -
System Red Green Blue C M Y K H S L
Decimal 100 188 70 0.47 0 0.63 0.26 104.75 0.47 0.51
Hex 64 BC 46 2F 0 3F 1A 69 2F 33
Octal 144 274 106 57 0 77 32 151 57 63
Binary 1100100 10111100 1000110 101111 0 111111 11010 1101001 101111 110011

Color Harmonies of #64BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC46

Black with #64BC46

Text Example


Text Example

White with #64BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,70); }

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

background-color css

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

 a { background-color: rgb(100,188,70); }

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

border-color css

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

 span { border-color: rgb(100,188,70); }

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