Html Css Color HEX #64C22E Apple

📋 copy color: '#64C22E'

red 100 ◦ green 194 ◦ blue 46

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

Shades of Apple #64C22E

Tints of Apple #64C22E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 29.41%
G = 57.06%
B = 13.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#64C22E (or 0x64C22E) is known color: Apple. HEX triplet: 64, C2 and 2E. RGB value is (100,194,46). Sum of RGB (Red+Green+Blue) = 100+194+46=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #64C22E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C22E is #9B3DD1. Grayscale: #959595. Windows color (decimal): -10173906 or 3064420. OLE color: 3064420.

HSL color Cylindrical-coordinate representation of color #64C22E: hue angle of 98.11º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64C22E is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 194 46 -
CMYK 0.48 0 0.76 0.24
HSL 98.11º 0.62% 0.47% -
HSV(B) 98.11º 0.76% 0.76% -
XYZ 25.04 41.49 9.27 -
YUV 149.02 69.86 93.03 -
System Red Green Blue C M Y K H S L
Decimal 100 194 46 0.48 0 0.76 0.24 98.11 0.62 0.47
Hex 64 C2 2E 30 0 4C 18 62 3E 2F
Octal 144 302 56 60 0 114 30 142 76 57
Binary 1100100 11000010 101110 110000 0 1001100 11000 1100010 111110 101111

Color Harmonies of #64C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C22E

Black with #64C22E

Text Example


Text Example

White with #64C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,194,46); }

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

background-color css

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

 a { background-color: rgb(100,194,46); }

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

border-color css

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

 span { border-color: rgb(100,194,46); }

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