Html Css Color HEX #55BB40 Apple

📋 copy color: '#55BB40'

red 85 ◦ green 187 ◦ blue 64

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

Shades of Apple #55BB40

Tints of Apple #55BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.65%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 25.3%
G = 55.65%
B = 19.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#55BB40 (or 0x55BB40) is known color: Apple. HEX triplet: 55, BB and 40. RGB value is (85,187,64). Sum of RGB (Red+Green+Blue) = 85+187+64=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB40 is #AA44BF. Grayscale: #8E8E8E. Windows color (decimal): -11158720 or 4242261. OLE color: 4242261.

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

Color convert

RGB 85 187 64 -
CMYK 0.55 0 0.66 0.27
HSL 109.76º 0.49% 0.49% -
HSV(B) 109.76º 0.66% 0.73% -
XYZ 22.44 37.84 10.97 -
YUV 142.48 83.71 87 -
System Red Green Blue C M Y K H S L
Decimal 85 187 64 0.55 0 0.66 0.27 109.76 0.49 0.49
Hex 55 BB 40 37 0 42 1B 6E 31 31
Octal 125 273 100 67 0 102 33 156 61 61
Binary 1010101 10111011 1000000 110111 0 1000010 11011 1101110 110001 110001

Color Harmonies of #55BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB40

Black with #55BB40

Text Example


Text Example

White with #55BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,64); }

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

background-color css

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

 a { background-color: rgb(85,187,64); }

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

border-color css

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

 span { border-color: rgb(85,187,64); }

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