Html Css Color HEX #55C343 Apple

📋 copy color: '#55C343'

red 85 ◦ green 195 ◦ blue 67

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

Shades of Apple #55C343

Tints of Apple #55C343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 24.5%
G = 56.2%
B = 19.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#55C343 (or 0x55C343) is known color: Apple. HEX triplet: 55, C3 and 43. RGB value is (85,195,67). Sum of RGB (Red+Green+Blue) = 85+195+67=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #55C343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C343 is #AA3CBC. Grayscale: #939393. Windows color (decimal): -11156669 or 4440917. OLE color: 4440917.

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

Color convert

RGB 85 195 67 -
CMYK 0.56 0 0.66 0.24
HSL 111.56º 0.52% 0.51% -
HSV(B) 111.56º 0.66% 0.76% -
XYZ 24.27 41.37 12.02 -
YUV 147.52 82.56 83.41 -
System Red Green Blue C M Y K H S L
Decimal 85 195 67 0.56 0 0.66 0.24 111.56 0.52 0.51
Hex 55 C3 43 38 0 42 18 70 34 33
Octal 125 303 103 70 0 102 30 160 64 63
Binary 1010101 11000011 1000011 111000 0 1000010 11000 1110000 110100 110011

Color Harmonies of #55C343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C343

Black with #55C343

Text Example


Text Example

White with #55C343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,195,67); }

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

background-color css

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

 a { background-color: rgb(85,195,67); }

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

border-color css

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

 span { border-color: rgb(85,195,67); }

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