Html Css Color HEX #55BD43 Apple

📋 copy color: '#55BD43'

red 85 ◦ green 189 ◦ blue 67

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

Shades of Apple #55BD43

Tints of Apple #55BD43

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.43%

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

R = 24.93%
G = 55.43%
B = 19.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#55BD43 (or 0x55BD43) is known color: Apple. HEX triplet: 55, BD and 43. RGB value is (85,189,67). Sum of RGB (Red+Green+Blue) = 85+189+67=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BD43 is #AA42BC. Grayscale: #909090. Windows color (decimal): -11158205 or 4439381. OLE color: 4439381.

HSL color Cylindrical-coordinate representation of color #55BD43: hue angle of 111.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BD43 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 67 -
CMYK 0.55 0 0.65 0.26
HSL 111.15º 0.48% 0.5% -
HSV(B) 111.15º 0.65% 0.74% -
XYZ 22.96 38.73 11.58 -
YUV 144 84.54 85.92 -
System Red Green Blue C M Y K H S L
Decimal 85 189 67 0.55 0 0.65 0.26 111.15 0.48 0.5
Hex 55 BD 43 37 0 41 1A 6F 30 32
Octal 125 275 103 67 0 101 32 157 60 62
Binary 1010101 10111101 1000011 110111 0 1000001 11010 1101111 110000 110010

Color Harmonies of #55BD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD43

Black with #55BD43

Text Example


Text Example

White with #55BD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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