Html Css Color HEX #55BB3D Apple

📋 copy color: '#55BB3D'

red 85 ◦ green 187 ◦ blue 61

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

Shades of Apple #55BB3D

Tints of Apple #55BB3D

RGB

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

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

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

R = 25.53%
G = 56.16%
B = 18.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#55BB3D (or 0x55BB3D) is known color: Apple. HEX triplet: 55, BB and 3D. RGB value is (85,187,61). Sum of RGB (Red+Green+Blue) = 85+187+61=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB3D is #AA44C2. Grayscale: #8E8E8E. Windows color (decimal): -11158723 or 4045653. OLE color: 4045653.

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

Color convert

RGB 85 187 61 -
CMYK 0.55 0 0.67 0.27
HSL 108.57º 0.51% 0.49% -
HSV(B) 108.57º 0.67% 0.73% -
XYZ 22.36 37.81 10.53 -
YUV 142.14 82.21 87.25 -
System Red Green Blue C M Y K H S L
Decimal 85 187 61 0.55 0 0.67 0.27 108.57 0.51 0.49
Hex 55 BB 3D 37 0 43 1B 6D 33 31
Octal 125 273 75 67 0 103 33 155 63 61
Binary 1010101 10111011 111101 110111 0 1000011 11011 1101101 110011 110001

Color Harmonies of #55BB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB3D

Black with #55BB3D

Text Example


Text Example

White with #55BB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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