Html Css Color HEX #55C73F Apple

📋 copy color: '#55C73F'

red 85 ◦ green 199 ◦ blue 63

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

Shades of Apple #55C73F

Tints of Apple #55C73F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.35%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 24.5%
G = 57.35%
B = 18.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#55C73F (or 0x55C73F) is known color: Apple. HEX triplet: 55, C7 and 3F. RGB value is (85,199,63). Sum of RGB (Red+Green+Blue) = 85+199+63=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #55C73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C73F is #AA38C0. Grayscale: #959595. Windows color (decimal): -11155649 or 4179797. OLE color: 4179797.

HSL color Cylindrical-coordinate representation of color #55C73F: hue angle of 110.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55C73F is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 199 63 -
CMYK 0.57 0 0.68 0.22
HSL 110.29º 0.55% 0.51% -
HSV(B) 110.29º 0.68% 0.78% -
XYZ 25.07 43.14 11.71 -
YUV 149.41 79.23 82.06 -
System Red Green Blue C M Y K H S L
Decimal 85 199 63 0.57 0 0.68 0.22 110.29 0.55 0.51
Hex 55 C7 3F 39 0 44 16 6E 37 33
Octal 125 307 77 71 0 104 26 156 67 63
Binary 1010101 11000111 111111 111001 0 1000100 10110 1101110 110111 110011

Color Harmonies of #55C73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C73F

Black with #55C73F

Text Example


Text Example

White with #55C73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,199,63); }

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

background-color css

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

 a { background-color: rgb(85,199,63); }

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

border-color css

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

 span { border-color: rgb(85,199,63); }

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