Html Css Color HEX #64C02E Apple

📋 copy color: '#64C02E'

red 100 ◦ green 192 ◦ blue 46

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

Shades of Apple #64C02E

Tints of Apple #64C02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

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

R = 29.59%
G = 56.8%
B = 13.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#64C02E (or 0x64C02E) is known color: Apple. HEX triplet: 64, C0 and 2E. RGB value is (100,192,46). Sum of RGB (Red+Green+Blue) = 100+192+46=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #64C02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C02E is #9B3FD1. Grayscale: #949494. Windows color (decimal): -10174418 or 3063908. OLE color: 3063908.

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

Color convert

RGB 100 192 46 -
CMYK 0.48 0 0.76 0.25
HSL 97.81º 0.61% 0.47% -
HSV(B) 97.81º 0.76% 0.75% -
XYZ 24.6 40.61 9.13 -
YUV 147.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 100 192 46 0.48 0 0.76 0.25 97.81 0.61 0.47
Hex 64 C0 2E 30 0 4C 19 62 3D 2F
Octal 144 300 56 60 0 114 31 142 75 57
Binary 1100100 11000000 101110 110000 0 1001100 11001 1100010 111101 101111

Color Harmonies of #64C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C02E

Black with #64C02E

Text Example


Text Example

White with #64C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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