Html Css Color HEX #64BE2C Apple

📋 copy color: '#64BE2C'

red 100 ◦ green 190 ◦ blue 44

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

Shades of Apple #64BE2C

Tints of Apple #64BE2C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.89%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 29.94%
G = 56.89%
B = 13.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#64BE2C (or 0x64BE2C) is known color: Apple. HEX triplet: 64, BE and 2C. RGB value is (100,190,44). Sum of RGB (Red+Green+Blue) = 100+190+44=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE2C is #9B41D3. Grayscale: #929292. Windows color (decimal): -10174932 or 2932324. OLE color: 2932324.

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

Color convert

RGB 100 190 44 -
CMYK 0.47 0 0.77 0.25
HSL 96.99º 0.62% 0.46% -
HSV(B) 96.99º 0.77% 0.75% -
XYZ 24.12 39.72 8.78 -
YUV 146.45 70.18 94.87 -
System Red Green Blue C M Y K H S L
Decimal 100 190 44 0.47 0 0.77 0.25 96.99 0.62 0.46
Hex 64 BE 2C 2F 0 4D 19 61 3E 2E
Octal 144 276 54 57 0 115 31 141 76 56
Binary 1100100 10111110 101100 101111 0 1001101 11001 1100001 111110 101110

Color Harmonies of #64BE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE2C

Black with #64BE2C

Text Example


Text Example

White with #64BE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,44); }

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

background-color css

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

 a { background-color: rgb(100,190,44); }

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

border-color css

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

 span { border-color: rgb(100,190,44); }

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