Html Css Color HEX #64BF2F Apple

📋 copy color: '#64BF2F'

red 100 ◦ green 191 ◦ blue 47

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

Shades of Apple #64BF2F

Tints of Apple #64BF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 29.59%
G = 56.51%
B = 13.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#64BF2F (or 0x64BF2F) is known color: Apple. HEX triplet: 64, BF and 2F. RGB value is (100,191,47). Sum of RGB (Red+Green+Blue) = 100+191+47=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF2F is #9B40D0. Grayscale: #939393. Windows color (decimal): -10174673 or 3129188. OLE color: 3129188.

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

Color convert

RGB 100 191 47 -
CMYK 0.48 0 0.75 0.25
HSL 97.92º 0.61% 0.47% -
HSV(B) 97.92º 0.75% 0.75% -
XYZ 24.4 40.18 9.16 -
YUV 147.38 71.35 94.21 -
System Red Green Blue C M Y K H S L
Decimal 100 191 47 0.48 0 0.75 0.25 97.92 0.61 0.47
Hex 64 BF 2F 30 0 4B 19 62 3D 2F
Octal 144 277 57 60 0 113 31 142 75 57
Binary 1100100 10111111 101111 110000 0 1001011 11001 1100010 111101 101111

Color Harmonies of #64BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF2F

Black with #64BF2F

Text Example


Text Example

White with #64BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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