Html Css Color HEX #64C730 Apple

📋 copy color: '#64C730'

red 100 ◦ green 199 ◦ blue 48

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

Shades of Apple #64C730

Tints of Apple #64C730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.35%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 28.82%
G = 57.35%
B = 13.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#64C730 (or 0x64C730) is known color: Apple. HEX triplet: 64, C7 and 30. RGB value is (100,199,48). Sum of RGB (Red+Green+Blue) = 100+199+48=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #64C730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C730 is #9B38CF. Grayscale: #989898. Windows color (decimal): -10172624 or 3196772. OLE color: 3196772.

HSL color Cylindrical-coordinate representation of color #64C730: hue angle of 99.34º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64C730 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 199 48 -
CMYK 0.50 0 0.76 0.22
HSL 99.34º 0.61% 0.48% -
HSV(B) 99.34º 0.76% 0.78% -
XYZ 26.21 43.77 9.86 -
YUV 152.19 69.2 90.78 -
System Red Green Blue C M Y K H S L
Decimal 100 199 48 0.50 0 0.76 0.22 99.34 0.61 0.48
Hex 64 C7 30 32 0 4C 16 63 3D 30
Octal 144 307 60 62 0 114 26 143 75 60
Binary 1100100 11000111 110000 110010 0 1001100 10110 1100011 111101 110000

Color Harmonies of #64C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C730

Black with #64C730

Text Example


Text Example

White with #64C730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,199,48); }

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

background-color css

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

 a { background-color: rgb(100,199,48); }

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

border-color css

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

 span { border-color: rgb(100,199,48); }

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