Html Css Color HEX #64D133 Apple

📋 copy color: '#64D133'

red 100 ◦ green 209 ◦ blue 51

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

Shades of Apple #64D133

Tints of Apple #64D133

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.06%

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 27.78%
G = 58.06%
B = 14.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#64D133 (or 0x64D133) is known color: Apple. HEX triplet: 64, D1 and 33. RGB value is (100,209,51). Sum of RGB (Red+Green+Blue) = 100+209+51=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #64D133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D133 is #9B2ECC. Grayscale: #9E9E9E. Windows color (decimal): -10170061 or 3395940. OLE color: 3395940.

HSL color Cylindrical-coordinate representation of color #64D133: hue angle of 101.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64D133 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 209 51 -
CMYK 0.52 0 0.76 0.18
HSL 101.39º 0.63% 0.51% -
HSV(B) 101.39º 0.76% 0.82% -
XYZ 28.65 48.55 10.99 -
YUV 158.4 67.39 86.35 -
System Red Green Blue C M Y K H S L
Decimal 100 209 51 0.52 0 0.76 0.18 101.39 0.63 0.51
Hex 64 D1 33 34 0 4C 12 65 3F 33
Octal 144 321 63 64 0 114 22 145 77 63
Binary 1100100 11010001 110011 110100 0 1001100 10010 1100101 111111 110011

Color Harmonies of #64D133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D133

Black with #64D133

Text Example


Text Example

White with #64D133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,209,51); }

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

background-color css

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

 a { background-color: rgb(100,209,51); }

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

border-color css

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

 span { border-color: rgb(100,209,51); }

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