Html Css Color HEX #55BC35 Apple

📋 copy color: '#55BC35'

red 85 ◦ green 188 ◦ blue 53

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

Shades of Apple #55BC35

Tints of Apple #55BC35

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

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

R = 26.07%
G = 57.67%
B = 16.26%

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

#55BC35 (or 0x55BC35) is known color: Apple. HEX triplet: 55, BC and 35. RGB value is (85,188,53). Sum of RGB (Red+Green+Blue) = 85+188+53=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC35 is #AA43CA. Grayscale: #8E8E8E. Windows color (decimal): -11158475 or 3521621. OLE color: 3521621.

HSL color Cylindrical-coordinate representation of color #55BC35: hue angle of 105.78º 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 #55BC35 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 53 -
CMYK 0.55 0 0.72 0.26
HSL 105.78º 0.56% 0.47% -
HSV(B) 105.78º 0.72% 0.74% -
XYZ 22.37 38.15 9.55 -
YUV 141.81 77.88 87.48 -
System Red Green Blue C M Y K H S L
Decimal 85 188 53 0.55 0 0.72 0.26 105.78 0.56 0.47
Hex 55 BC 35 37 0 48 1A 6A 38 2F
Octal 125 274 65 67 0 110 32 152 70 57
Binary 1010101 10111100 110101 110111 0 1001000 11010 1101010 111000 101111

Color Harmonies of #55BC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC35

Black with #55BC35

Text Example


Text Example

White with #55BC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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