Html Css Color HEX #4DC245 Apple

📋 copy color: '#4DC245'

red 77 ◦ green 194 ◦ blue 69

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

Shades of Apple #4DC245

Tints of Apple #4DC245

RGB

 RED value IS 77 (30.47% from 255) = 22.65%

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 22.65%
G = 57.06%
B = 20.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#4DC245 (or 0x4DC245) is known color: Apple. HEX triplet: 4D, C2 and 45. RGB value is (77,194,69). Sum of RGB (Red+Green+Blue) = 77+194+69=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC245 is #B23DBA. Grayscale: #919191. Windows color (decimal): -11681211 or 4571725. OLE color: 4571725.

HSL color Cylindrical-coordinate representation of color #4DC245: hue angle of 116.16º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DC245 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 194 69 -
CMYK 0.60 0 0.64 0.24
HSL 116.16º 0.51% 0.52% -
HSV(B) 116.16º 0.64% 0.76% -
XYZ 23.43 40.59 12.23 -
YUV 144.77 85.24 79.66 -
System Red Green Blue C M Y K H S L
Decimal 77 194 69 0.60 0 0.64 0.24 116.16 0.51 0.52
Hex 4D C2 45 3C 0 40 18 74 33 34
Octal 115 302 105 74 0 100 30 164 63 64
Binary 1001101 11000010 1000101 111100 0 1000000 11000 1110100 110011 110100

Color Harmonies of #4DC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC245

Black with #4DC245

Text Example


Text Example

White with #4DC245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,194,69); }

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

background-color css

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

 a { background-color: rgb(77,194,69); }

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

border-color css

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

 span { border-color: rgb(77,194,69); }

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