Html Css Color HEX #64B143 Apple

📋 copy color: '#64B143'

red 100 ◦ green 177 ◦ blue 67

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

Shades of Apple #64B143

Tints of Apple #64B143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.45%

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 29.07%
G = 51.45%
B = 19.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#64B143 (or 0x64B143) is known color: Apple. HEX triplet: 64, B1 and 43. RGB value is (100,177,67). Sum of RGB (Red+Green+Blue) = 100+177+67=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #64B143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B143 is #9B4EBC. Grayscale: #8D8D8D. Windows color (decimal): -10178237 or 4436324. OLE color: 4436324.

HSL color Cylindrical-coordinate representation of color #64B143: hue angle of 102º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64B143 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 177 67 -
CMYK 0.44 0 0.62 0.31
HSL 102º 0.45% 0.48% -
HSV(B) 102º 0.62% 0.69% -
XYZ 21.99 34.56 10.82 -
YUV 141.44 85.99 98.44 -
System Red Green Blue C M Y K H S L
Decimal 100 177 67 0.44 0 0.62 0.31 102 0.45 0.48
Hex 64 B1 43 2C 0 3E 1F 66 2D 30
Octal 144 261 103 54 0 76 37 146 55 60
Binary 1100100 10110001 1000011 101100 0 111110 11111 1100110 101101 110000

Color Harmonies of #64B143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B143

Black with #64B143

Text Example


Text Example

White with #64B143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,177,67); }

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

background-color css

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

 a { background-color: rgb(100,177,67); }

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

border-color css

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

 span { border-color: rgb(100,177,67); }

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