Html Css Color HEX #64BF3E Apple

📋 copy color: '#64BF3E'

red 100 ◦ green 191 ◦ blue 62

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

Shades of Apple #64BF3E

Tints of Apple #64BF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 28.33%
G = 54.11%
B = 17.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#64BF3E (or 0x64BF3E) is known color: Apple. HEX triplet: 64, BF and 3E. RGB value is (100,191,62). Sum of RGB (Red+Green+Blue) = 100+191+62=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF3E is #9B40C1. Grayscale: #959595. Windows color (decimal): -10174658 or 4112228. OLE color: 4112228.

HSL color Cylindrical-coordinate representation of color #64BF3E: hue angle of 102.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64BF3E is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 62 -
CMYK 0.48 0 0.68 0.25
HSL 102.33º 0.51% 0.5% -
HSV(B) 102.33º 0.68% 0.75% -
XYZ 24.76 40.32 11.03 -
YUV 149.09 78.85 92.99 -
System Red Green Blue C M Y K H S L
Decimal 100 191 62 0.48 0 0.68 0.25 102.33 0.51 0.5
Hex 64 BF 3E 30 0 44 19 66 33 32
Octal 144 277 76 60 0 104 31 146 63 62
Binary 1100100 10111111 111110 110000 0 1000100 11001 1100110 110011 110010

Color Harmonies of #64BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF3E

Black with #64BF3E

Text Example


Text Example

White with #64BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,62); }

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

background-color css

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

 a { background-color: rgb(100,191,62); }

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

border-color css

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

 span { border-color: rgb(100,191,62); }

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