Html Css Color HEX #7ABF40 Apple

📋 copy color: '#7ABF40'

red 122 ◦ green 191 ◦ blue 64

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

Shades of Apple #7ABF40

Tints of Apple #7ABF40

RGB

 RED value IS 122 (48.05% from 255) = 32.36%

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

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 32.36%
G = 50.66%
B = 16.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#7ABF40 (or 0x7ABF40) is known color: Apple. HEX triplet: 7A, BF and 40. RGB value is (122,191,64). Sum of RGB (Red+Green+Blue) = 122+191+64=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF40 is #8540BF. Grayscale: #9C9C9C. Windows color (decimal): -8732864 or 4243322. OLE color: 4243322.

HSL color Cylindrical-coordinate representation of color #7ABF40: hue angle of 92.6º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ABF40 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 191 64 -
CMYK 0.36 0 0.66 0.25
HSL 92.6º 0.5% 0.5% -
HSV(B) 92.6º 0.66% 0.75% -
XYZ 27.58 41.77 11.46 -
YUV 155.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 122 191 64 0.36 0 0.66 0.25 92.6 0.5 0.5
Hex 7A BF 40 24 0 42 19 5D 32 32
Octal 172 277 100 44 0 102 31 135 62 62
Binary 1111010 10111111 1000000 100100 0 1000010 11001 1011101 110010 110010

Color Harmonies of #7ABF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF40

Black with #7ABF40

Text Example


Text Example

White with #7ABF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABF40; }

 p { color: rgb(122,191,64); }

 H1.HeaderClassName
 {
   color: #7ABF40;
 }
 .AnyTagClassName
 {
   color: #7ABF40;
 }
</style>

background-color css

<style>
 a { background-color: #7ABF40; }

 a { background-color: rgb(122,191,64); }

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

border-color css

<style>
 span { border-color: #7ABF40; }

 span { border-color: rgb(122,191,64); }

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