Html Css Color HEX #55BB35 Apple

📋 copy color: '#55BB35'

red 85 ◦ green 187 ◦ blue 53

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

Shades of Apple #55BB35

Tints of Apple #55BB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.54%

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

R = 26.15%
G = 57.54%
B = 16.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#55BB35 (or 0x55BB35) is known color: Apple. HEX triplet: 55, BB and 35. RGB value is (85,187,53). Sum of RGB (Red+Green+Blue) = 85+187+53=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB35 is #AA44CA. Grayscale: #8D8D8D. Windows color (decimal): -11158731 or 3521365. OLE color: 3521365.

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

Color convert

RGB 85 187 53 -
CMYK 0.55 0 0.72 0.27
HSL 105.67º 0.56% 0.47% -
HSV(B) 105.67º 0.72% 0.73% -
XYZ 22.16 37.73 9.48 -
YUV 141.23 78.21 87.9 -
System Red Green Blue C M Y K H S L
Decimal 85 187 53 0.55 0 0.72 0.27 105.67 0.56 0.47
Hex 55 BB 35 37 0 48 1B 6A 38 2F
Octal 125 273 65 67 0 110 33 152 70 57
Binary 1010101 10111011 110101 110111 0 1001000 11011 1101010 111000 101111

Color Harmonies of #55BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB35

Black with #55BB35

Text Example


Text Example

White with #55BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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