Html Css Color HEX #55CA49 Apple

📋 copy color: '#55CA49'

red 85 ◦ green 202 ◦ blue 73

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

Shades of Apple #55CA49

Tints of Apple #55CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.11%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 23.61%
G = 56.11%
B = 20.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#55CA49 (or 0x55CA49) is known color: Apple. HEX triplet: 55, CA and 49. RGB value is (85,202,73). Sum of RGB (Red+Green+Blue) = 85+202+73=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA49 is #AA35B6. Grayscale: #989898. Windows color (decimal): -11154871 or 4835925. OLE color: 4835925.

HSL color Cylindrical-coordinate representation of color #55CA49: hue angle of 114.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CA49 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 73 -
CMYK 0.58 0 0.64 0.21
HSL 114.42º 0.55% 0.54% -
HSV(B) 114.42º 0.64% 0.79% -
XYZ 26.07 44.65 13.55 -
YUV 152.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 85 202 73 0.58 0 0.64 0.21 114.42 0.55 0.54
Hex 55 CA 49 3A 0 40 15 72 37 36
Octal 125 312 111 72 0 100 25 162 67 66
Binary 1010101 11001010 1001001 111010 0 1000000 10101 1110010 110111 110110

Color Harmonies of #55CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA49

Black with #55CA49

Text Example


Text Example

White with #55CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,202,73); }

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

background-color css

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

 a { background-color: rgb(85,202,73); }

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

border-color css

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

 span { border-color: rgb(85,202,73); }

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