Html Css Color HEX #55BF43 Apple

📋 copy color: '#55BF43'

red 85 ◦ green 191 ◦ blue 67

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

Shades of Apple #55BF43

Tints of Apple #55BF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 24.78%
G = 55.69%
B = 19.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#55BF43 (or 0x55BF43) is known color: Apple. HEX triplet: 55, BF and 43. RGB value is (85,191,67). Sum of RGB (Red+Green+Blue) = 85+191+67=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF43 is #AA40BC. Grayscale: #919191. Windows color (decimal): -11157693 or 4439893. OLE color: 4439893.

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

Color convert

RGB 85 191 67 -
CMYK 0.55 0 0.65 0.25
HSL 111.29º 0.49% 0.51% -
HSV(B) 111.29º 0.65% 0.75% -
XYZ 23.39 39.6 11.72 -
YUV 145.17 83.88 85.08 -
System Red Green Blue C M Y K H S L
Decimal 85 191 67 0.55 0 0.65 0.25 111.29 0.49 0.51
Hex 55 BF 43 37 0 41 19 6F 31 33
Octal 125 277 103 67 0 101 31 157 61 63
Binary 1010101 10111111 1000011 110111 0 1000001 11001 1101111 110001 110011

Color Harmonies of #55BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF43

Black with #55BF43

Text Example


Text Example

White with #55BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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