Html Css Color HEX #55B53B Apple

📋 copy color: '#55B53B'

red 85 ◦ green 181 ◦ blue 59

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

Shades of Apple #55B53B

Tints of Apple #55B53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 26.15%
G = 55.69%
B = 18.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#55B53B (or 0x55B53B) is known color: Apple. HEX triplet: 55, B5 and 3B. RGB value is (85,181,59). Sum of RGB (Red+Green+Blue) = 85+181+59=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #55B53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B53B is #AA4AC4. Grayscale: #8A8A8A. Windows color (decimal): -11160261 or 3913045. OLE color: 3913045.

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

Color convert

RGB 85 181 59 -
CMYK 0.53 0 0.67 0.29
HSL 107.21º 0.51% 0.47% -
HSV(B) 107.21º 0.67% 0.71% -
XYZ 21.06 35.29 9.84 -
YUV 138.39 83.2 89.92 -
System Red Green Blue C M Y K H S L
Decimal 85 181 59 0.53 0 0.67 0.29 107.21 0.51 0.47
Hex 55 B5 3B 35 0 43 1D 6B 33 2F
Octal 125 265 73 65 0 103 35 153 63 57
Binary 1010101 10110101 111011 110101 0 1000011 11101 1101011 110011 101111

Color Harmonies of #55B53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B53B

Black with #55B53B

Text Example


Text Example

White with #55B53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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