Html Css Color HEX #64B14C Apple

📋 copy color: '#64B14C'

red 100 ◦ green 177 ◦ blue 76

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

Shades of Apple #64B14C

Tints of Apple #64B14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 28.33%
G = 50.14%
B = 21.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#64B14C (or 0x64B14C) is known color: Apple. HEX triplet: 64, B1 and 4C. RGB value is (100,177,76). Sum of RGB (Red+Green+Blue) = 100+177+76=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #64B14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B14C is #9B4EB3. Grayscale: #8E8E8E. Windows color (decimal): -10178228 or 5026148. OLE color: 5026148.

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

Color convert

RGB 100 177 76 -
CMYK 0.44 0 0.57 0.31
HSL 105.74º 0.4% 0.5% -
HSV(B) 105.74º 0.57% 0.69% -
XYZ 22.28 34.68 12.36 -
YUV 142.46 90.49 97.71 -
System Red Green Blue C M Y K H S L
Decimal 100 177 76 0.44 0 0.57 0.31 105.74 0.4 0.5
Hex 64 B1 4C 2C 0 39 1F 6A 28 32
Octal 144 261 114 54 0 71 37 152 50 62
Binary 1100100 10110001 1001100 101100 0 111001 11111 1101010 101000 110010

Color Harmonies of #64B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B14C

Black with #64B14C

Text Example


Text Example

White with #64B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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