Html Css Color HEX #55BC3F Apple

📋 copy color: '#55BC3F'

red 85 ◦ green 188 ◦ blue 63

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

Shades of Apple #55BC3F

Tints of Apple #55BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 25.3%
G = 55.95%
B = 18.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#55BC3F (or 0x55BC3F) is known color: Apple. HEX triplet: 55, BC and 3F. RGB value is (85,188,63). Sum of RGB (Red+Green+Blue) = 85+188+63=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC3F is #AA43C0. Grayscale: #8F8F8F. Windows color (decimal): -11158465 or 4176981. OLE color: 4176981.

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

Color convert

RGB 85 188 63 -
CMYK 0.55 0 0.66 0.26
HSL 109.44º 0.5% 0.49% -
HSV(B) 109.44º 0.66% 0.74% -
XYZ 22.63 38.26 10.89 -
YUV 142.95 82.88 86.66 -
System Red Green Blue C M Y K H S L
Decimal 85 188 63 0.55 0 0.66 0.26 109.44 0.5 0.49
Hex 55 BC 3F 37 0 42 1A 6D 32 31
Octal 125 274 77 67 0 102 32 155 62 61
Binary 1010101 10111100 111111 110111 0 1000010 11010 1101101 110010 110001

Color Harmonies of #55BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC3F

Black with #55BC3F

Text Example


Text Example

White with #55BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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