Html Css Color HEX #55BF46 Apple

📋 copy color: '#55BF46'

red 85 ◦ green 191 ◦ blue 70

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

Shades of Apple #55BF46

Tints of Apple #55BF46

RGB

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

 GREEN value IS 191 (75% from 255) = 55.2%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 24.57%
G = 55.2%
B = 20.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#55BF46 (or 0x55BF46) is known color: Apple. HEX triplet: 55, BF and 46. RGB value is (85,191,70). Sum of RGB (Red+Green+Blue) = 85+191+70=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF46 is #AA40B9. Grayscale: #919191. Windows color (decimal): -11157690 or 4636501. OLE color: 4636501.

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

Color convert

RGB 85 191 70 -
CMYK 0.55 0 0.63 0.25
HSL 112.56º 0.49% 0.51% -
HSV(B) 112.56º 0.63% 0.75% -
XYZ 23.48 39.64 12.21 -
YUV 145.51 85.38 84.84 -
System Red Green Blue C M Y K H S L
Decimal 85 191 70 0.55 0 0.63 0.25 112.56 0.49 0.51
Hex 55 BF 46 37 0 3F 19 71 31 33
Octal 125 277 106 67 0 77 31 161 61 63
Binary 1010101 10111111 1000110 110111 0 111111 11001 1110001 110001 110011

Color Harmonies of #55BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF46

Black with #55BF46

Text Example


Text Example

White with #55BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,191,70); }

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

background-color css

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

 a { background-color: rgb(85,191,70); }

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

border-color css

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

 span { border-color: rgb(85,191,70); }

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