Html Css Color HEX #55BD35 Apple

📋 copy color: '#55BD35'

red 85 ◦ green 189 ◦ blue 53

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

Shades of Apple #55BD35

Tints of Apple #55BD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 25.99%
G = 57.8%
B = 16.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#55BD35 (or 0x55BD35) is known color: Apple. HEX triplet: 55, BD and 35. RGB value is (85,189,53). Sum of RGB (Red+Green+Blue) = 85+189+53=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BD35 is #AA42CA. Grayscale: #8E8E8E. Windows color (decimal): -11158219 or 3521877. OLE color: 3521877.

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

Color convert

RGB 85 189 53 -
CMYK 0.55 0 0.72 0.26
HSL 105.88º 0.56% 0.47% -
HSV(B) 105.88º 0.72% 0.74% -
XYZ 22.59 38.58 9.63 -
YUV 142.4 77.54 87.06 -
System Red Green Blue C M Y K H S L
Decimal 85 189 53 0.55 0 0.72 0.26 105.88 0.56 0.47
Hex 55 BD 35 37 0 48 1A 6A 38 2F
Octal 125 275 65 67 0 110 32 152 70 57
Binary 1010101 10111101 110101 110111 0 1001000 11010 1101010 111000 101111

Color Harmonies of #55BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD35

Black with #55BD35

Text Example


Text Example

White with #55BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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