Html Css Color HEX #64B93D Apple

📋 copy color: '#64B93D'

red 100 ◦ green 185 ◦ blue 61

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

Shades of Apple #64B93D

Tints of Apple #64B93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.47%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 28.9%
G = 53.47%
B = 17.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#64B93D (or 0x64B93D) is known color: Apple. HEX triplet: 64, B9 and 3D. RGB value is (100,185,61). Sum of RGB (Red+Green+Blue) = 100+185+61=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #64B93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B93D is #9B46C2. Grayscale: #919191. Windows color (decimal): -10176195 or 4045156. OLE color: 4045156.

HSL color Cylindrical-coordinate representation of color #64B93D: hue angle of 101.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64B93D is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 61 -
CMYK 0.46 0 0.67 0.27
HSL 101.13º 0.5% 0.48% -
HSV(B) 101.13º 0.67% 0.73% -
XYZ 23.45 37.74 10.46 -
YUV 145.45 80.34 95.58 -
System Red Green Blue C M Y K H S L
Decimal 100 185 61 0.46 0 0.67 0.27 101.13 0.5 0.48
Hex 64 B9 3D 2E 0 43 1B 65 32 30
Octal 144 271 75 56 0 103 33 145 62 60
Binary 1100100 10111001 111101 101110 0 1000011 11011 1100101 110010 110000

Color Harmonies of #64B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B93D

Black with #64B93D

Text Example


Text Example

White with #64B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,61); }

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

background-color css

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

 a { background-color: rgb(100,185,61); }

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

border-color css

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

 span { border-color: rgb(100,185,61); }

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