Html Css Color HEX #64B63C Apple

📋 copy color: '#64B63C'

red 100 ◦ green 182 ◦ blue 60

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

Shades of Apple #64B63C

Tints of Apple #64B63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.22%

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 29.24%
G = 53.22%
B = 17.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#64B63C (or 0x64B63C) is known color: Apple. HEX triplet: 64, B6 and 3C. RGB value is (100,182,60). Sum of RGB (Red+Green+Blue) = 100+182+60=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #64B63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B63C is #9B49C3. Grayscale: #8F8F8F. Windows color (decimal): -10176964 or 3978852. OLE color: 3978852.

HSL color Cylindrical-coordinate representation of color #64B63C: hue angle of 100.33º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64B63C is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 182 60 -
CMYK 0.45 0 0.67 0.29
HSL 100.33º 0.5% 0.47% -
HSV(B) 100.33º 0.67% 0.71% -
XYZ 22.8 36.49 10.12 -
YUV 143.57 80.83 96.92 -
System Red Green Blue C M Y K H S L
Decimal 100 182 60 0.45 0 0.67 0.29 100.33 0.5 0.47
Hex 64 B6 3C 2D 0 43 1D 64 32 2F
Octal 144 266 74 55 0 103 35 144 62 57
Binary 1100100 10110110 111100 101101 0 1000011 11101 1100100 110010 101111

Color Harmonies of #64B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B63C

Black with #64B63C

Text Example


Text Example

White with #64B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,182,60); }

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

background-color css

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

 a { background-color: rgb(100,182,60); }

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

border-color css

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

 span { border-color: rgb(100,182,60); }

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