Html Css Color HEX #4CBE40 Apple

📋 copy color: '#4CBE40'

red 76 ◦ green 190 ◦ blue 64

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

Shades of Apple #4CBE40

Tints of Apple #4CBE40

RGB

 RED value IS 76 (30.08% from 255) = 23.03%

 GREEN value IS 190 (74.61% from 255) = 57.58%

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

R = 23.03%
G = 57.58%
B = 19.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#4CBE40 (or 0x4CBE40) is known color: Apple. HEX triplet: 4C, BE and 40. RGB value is (76,190,64). Sum of RGB (Red+Green+Blue) = 76+190+64=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBE40 is #B341BF. Grayscale: #8D8D8D. Windows color (decimal): -11747776 or 4243020. OLE color: 4243020.

HSL color Cylindrical-coordinate representation of color #4CBE40: hue angle of 114.29º 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 #4CBE40 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 190 64 -
CMYK 0.60 0 0.66 0.25
HSL 114.29º 0.5% 0.5% -
HSV(B) 114.29º 0.66% 0.75% -
XYZ 22.32 38.73 11.15 -
YUV 141.55 84.23 81.25 -
System Red Green Blue C M Y K H S L
Decimal 76 190 64 0.60 0 0.66 0.25 114.29 0.5 0.5
Hex 4C BE 40 3C 0 42 19 72 32 32
Octal 114 276 100 74 0 102 31 162 62 62
Binary 1001100 10111110 1000000 111100 0 1000010 11001 1110010 110010 110010

Color Harmonies of #4CBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBE40

Black with #4CBE40

Text Example


Text Example

White with #4CBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CBE40; }

 p { color: rgb(76,190,64); }

 H1.HeaderClassName
 {
   color: #4CBE40;
 }
 .AnyTagClassName
 {
   color: #4CBE40;
 }
</style>

background-color css

<style>
 a { background-color: #4CBE40; }

 a { background-color: rgb(76,190,64); }

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

border-color css

<style>
 span { border-color: #4CBE40; }

 span { border-color: rgb(76,190,64); }

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