Html Css Color HEX #55B53D Apple

📋 copy color: '#55B53D'

red 85 ◦ green 181 ◦ blue 61

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

Shades of Apple #55B53D

Tints of Apple #55B53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.35%

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 25.99%
G = 55.35%
B = 18.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#55B53D (or 0x55B53D) is known color: Apple. HEX triplet: 55, B5 and 3D. RGB value is (85,181,61). Sum of RGB (Red+Green+Blue) = 85+181+61=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #55B53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B53D is #AA4AC2. Grayscale: #8B8B8B. Windows color (decimal): -11160259 or 4044117. OLE color: 4044117.

HSL color Cylindrical-coordinate representation of color #55B53D: hue angle of 108º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B53D is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 61 -
CMYK 0.53 0 0.66 0.29
HSL 108º 0.5% 0.47% -
HSV(B) 108º 0.66% 0.71% -
XYZ 21.11 35.32 10.12 -
YUV 138.62 84.2 89.76 -
System Red Green Blue C M Y K H S L
Decimal 85 181 61 0.53 0 0.66 0.29 108 0.5 0.47
Hex 55 B5 3D 35 0 42 1D 6C 32 2F
Octal 125 265 75 65 0 102 35 154 62 57
Binary 1010101 10110101 111101 110101 0 1000010 11101 1101100 110010 101111

Color Harmonies of #55B53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B53D

Black with #55B53D

Text Example


Text Example

White with #55B53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,61); }

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

background-color css

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

 a { background-color: rgb(85,181,61); }

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

border-color css

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

 span { border-color: rgb(85,181,61); }

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