Html Css Color HEX #55C24A Apple

📋 copy color: '#55C24A'

red 85 ◦ green 194 ◦ blue 74

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

Shades of Apple #55C24A

Tints of Apple #55C24A

RGB

 RED value IS 85 (33.59% from 255) = 24.08%

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 24.08%
G = 54.96%
B = 20.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#55C24A (or 0x55C24A) is known color: Apple. HEX triplet: 55, C2 and 4A. RGB value is (85,194,74). Sum of RGB (Red+Green+Blue) = 85+194+74=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #55C24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C24A is #AA3DB5. Grayscale: #949494. Windows color (decimal): -11156918 or 4899413. OLE color: 4899413.

HSL color Cylindrical-coordinate representation of color #55C24A: hue angle of 114.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C24A is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 74 -
CMYK 0.56 0 0.62 0.24
HSL 114.5º 0.5% 0.53% -
HSV(B) 114.5º 0.62% 0.76% -
XYZ 24.27 41.01 13.11 -
YUV 147.73 86.39 83.26 -
System Red Green Blue C M Y K H S L
Decimal 85 194 74 0.56 0 0.62 0.24 114.5 0.5 0.53
Hex 55 C2 4A 38 0 3E 18 72 32 35
Octal 125 302 112 70 0 76 30 162 62 65
Binary 1010101 11000010 1001010 111000 0 111110 11000 1110010 110010 110101

Color Harmonies of #55C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C24A

Black with #55C24A

Text Example


Text Example

White with #55C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C24A; }

 p { color: rgb(85,194,74); }

 H1.HeaderClassName
 {
   color: #55C24A;
 }
 .AnyTagClassName
 {
   color: #55C24A;
 }
</style>

background-color css

<style>
 a { background-color: #55C24A; }

 a { background-color: rgb(85,194,74); }

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

border-color css

<style>
 span { border-color: #55C24A; }

 span { border-color: rgb(85,194,74); }

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