Html Css Color HEX #55BD4D Apple

📋 copy color: '#55BD4D'

red 85 ◦ green 189 ◦ blue 77

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

Shades of Apple #55BD4D

Tints of Apple #55BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 24.22%
G = 53.85%
B = 21.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#55BD4D (or 0x55BD4D) is known color: Apple. HEX triplet: 55, BD and 4D. RGB value is (85,189,77). Sum of RGB (Red+Green+Blue) = 85+189+77=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD4D is #AA42B2. Grayscale: #919191. Windows color (decimal): -11158195 or 5094741. OLE color: 5094741.

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

Color convert

RGB 85 189 77 -
CMYK 0.55 0 0.59 0.26
HSL 115.71º 0.46% 0.52% -
HSV(B) 115.71º 0.59% 0.74% -
XYZ 23.28 38.86 13.3 -
YUV 145.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 85 189 77 0.55 0 0.59 0.26 115.71 0.46 0.52
Hex 55 BD 4D 37 0 3B 1A 74 2E 34
Octal 125 275 115 67 0 73 32 164 56 64
Binary 1010101 10111101 1001101 110111 0 111011 11010 1110100 101110 110100

Color Harmonies of #55BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD4D

Black with #55BD4D

Text Example


Text Example

White with #55BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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