Html Css Color HEX #7CBD40 Apple

📋 copy color: '#7CBD40'

red 124 ◦ green 189 ◦ blue 64

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

Shades of Apple #7CBD40

Tints of Apple #7CBD40

RGB

 RED value IS 124 (48.83% from 255) = 32.89%

 GREEN value IS 189 (74.22% from 255) = 50.13%

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

R = 32.89%
G = 50.13%
B = 16.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#7CBD40 (or 0x7CBD40) is known color: Apple. HEX triplet: 7C, BD and 40. RGB value is (124,189,64). Sum of RGB (Red+Green+Blue) = 124+189+64=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD40 is #8342BF. Grayscale: #9B9B9B. Windows color (decimal): -8602304 or 4242812. OLE color: 4242812.

HSL color Cylindrical-coordinate representation of color #7CBD40: hue angle of 91.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CBD40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 64 -
CMYK 0.34 0 0.66 0.26
HSL 91.2º 0.49% 0.5% -
HSV(B) 91.2º 0.66% 0.74% -
XYZ 27.44 41.05 11.33 -
YUV 155.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 124 189 64 0.34 0 0.66 0.26 91.2 0.49 0.5
Hex 7C BD 40 22 0 42 1A 5B 31 32
Octal 174 275 100 42 0 102 32 133 61 62
Binary 1111100 10111101 1000000 100010 0 1000010 11010 1011011 110001 110010

Color Harmonies of #7CBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD40

Black with #7CBD40

Text Example


Text Example

White with #7CBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,64); }

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

background-color css

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

 a { background-color: rgb(124,189,64); }

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

border-color css

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

 span { border-color: rgb(124,189,64); }

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