Html Css Color HEX #64B236 Apple

📋 copy color: '#64B236'

red 100 ◦ green 178 ◦ blue 54

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

Shades of Apple #64B236

Tints of Apple #64B236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 30.12%
G = 53.61%
B = 16.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#64B236 (or 0x64B236) is known color: Apple. HEX triplet: 64, B2 and 36. RGB value is (100,178,54). Sum of RGB (Red+Green+Blue) = 100+178+54=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #64B236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B236 is #9B4DC9. Grayscale: #8C8C8C. Windows color (decimal): -10177994 or 3584612. OLE color: 3584612.

HSL color Cylindrical-coordinate representation of color #64B236: hue angle of 97.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64B236 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 178 54 -
CMYK 0.44 0 0.70 0.30
HSL 97.74º 0.53% 0.45% -
HSV(B) 97.74º 0.7% 0.7% -
XYZ 21.84 34.82 9.06 -
YUV 140.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 100 178 54 0.44 0 0.70 0.30 97.74 0.53 0.45
Hex 64 B2 36 2C 0 46 1E 62 35 2D
Octal 144 262 66 54 0 106 36 142 65 55
Binary 1100100 10110010 110110 101100 0 1000110 11110 1100010 110101 101101

Color Harmonies of #64B236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B236

Black with #64B236

Text Example


Text Example

White with #64B236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,178,54); }

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

background-color css

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

 a { background-color: rgb(100,178,54); }

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

border-color css

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

 span { border-color: rgb(100,178,54); }

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