Html Css Color HEX #55BC3C Apple

📋 copy color: '#55BC3C'

red 85 ◦ green 188 ◦ blue 60

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

Shades of Apple #55BC3C

Tints of Apple #55BC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 25.53%
G = 56.46%
B = 18.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#55BC3C (or 0x55BC3C) is known color: Apple. HEX triplet: 55, BC and 3C. RGB value is (85,188,60). Sum of RGB (Red+Green+Blue) = 85+188+60=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC3C is #AA43C3. Grayscale: #8F8F8F. Windows color (decimal): -11158468 or 3980373. OLE color: 3980373.

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

Color convert

RGB 85 188 60 -
CMYK 0.55 0 0.68 0.26
HSL 108.28º 0.52% 0.49% -
HSV(B) 108.28º 0.68% 0.74% -
XYZ 22.55 38.22 10.46 -
YUV 142.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 85 188 60 0.55 0 0.68 0.26 108.28 0.52 0.49
Hex 55 BC 3C 37 0 44 1A 6C 34 31
Octal 125 274 74 67 0 104 32 154 64 61
Binary 1010101 10111100 111100 110111 0 1000100 11010 1101100 110100 110001

Color Harmonies of #55BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC3C

Black with #55BC3C

Text Example


Text Example

White with #55BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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