Html Css Color HEX #55BF44 Apple

📋 copy color: '#55BF44'

red 85 ◦ green 191 ◦ blue 68

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

Shades of Apple #55BF44

Tints of Apple #55BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 24.71%
G = 55.52%
B = 19.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#55BF44 (or 0x55BF44) is known color: Apple. HEX triplet: 55, BF and 44. RGB value is (85,191,68). Sum of RGB (Red+Green+Blue) = 85+191+68=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF44 is #AA40BB. Grayscale: #919191. Windows color (decimal): -11157692 or 4505429. OLE color: 4505429.

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

Color convert

RGB 85 191 68 -
CMYK 0.55 0 0.64 0.25
HSL 111.71º 0.49% 0.51% -
HSV(B) 111.71º 0.64% 0.75% -
XYZ 23.42 39.61 11.88 -
YUV 145.28 84.38 85 -
System Red Green Blue C M Y K H S L
Decimal 85 191 68 0.55 0 0.64 0.25 111.71 0.49 0.51
Hex 55 BF 44 37 0 40 19 70 31 33
Octal 125 277 104 67 0 100 31 160 61 63
Binary 1010101 10111111 1000100 110111 0 1000000 11001 1110000 110001 110011

Color Harmonies of #55BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF44

Black with #55BF44

Text Example


Text Example

White with #55BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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