Html Css Color HEX #55C134 Apple

📋 copy color: '#55C134'

red 85 ◦ green 193 ◦ blue 52

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

Shades of Apple #55C134

Tints of Apple #55C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.48%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 25.76%
G = 58.48%
B = 15.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#55C134 (or 0x55C134) is known color: Apple. HEX triplet: 55, C1 and 34. RGB value is (85,193,52). Sum of RGB (Red+Green+Blue) = 85+193+52=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #55C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C134 is #AA3ECB. Grayscale: #919191. Windows color (decimal): -11157196 or 3457365. OLE color: 3457365.

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

Color convert

RGB 85 193 52 -
CMYK 0.56 0 0.73 0.24
HSL 105.96º 0.58% 0.48% -
HSV(B) 105.96º 0.73% 0.76% -
XYZ 23.44 40.32 9.8 -
YUV 144.63 75.72 85.46 -
System Red Green Blue C M Y K H S L
Decimal 85 193 52 0.56 0 0.73 0.24 105.96 0.58 0.48
Hex 55 C1 34 38 0 49 18 6A 3A 30
Octal 125 301 64 70 0 111 30 152 72 60
Binary 1010101 11000001 110100 111000 0 1001001 11000 1101010 111010 110000

Color Harmonies of #55C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C134

Black with #55C134

Text Example


Text Example

White with #55C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,52); }

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

background-color css

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

 a { background-color: rgb(85,193,52); }

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

border-color css

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

 span { border-color: rgb(85,193,52); }

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