Html Css Color HEX #55CE50 Apple

📋 copy color: '#55CE50'

red 85 ◦ green 206 ◦ blue 80

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

Shades of Apple #55CE50

Tints of Apple #55CE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.53%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 22.91%
G = 55.53%
B = 21.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#55CE50 (or 0x55CE50) is known color: Apple. HEX triplet: 55, CE and 50. RGB value is (85,206,80). Sum of RGB (Red+Green+Blue) = 85+206+80=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE50 is #AA31AF. Grayscale: #9B9B9B. Windows color (decimal): -11153840 or 5295701. OLE color: 5295701.

HSL color Cylindrical-coordinate representation of color #55CE50: hue angle of 117.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CE50 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 206 80 -
CMYK 0.59 0 0.61 0.19
HSL 117.62º 0.56% 0.56% -
HSV(B) 117.62º 0.61% 0.81% -
XYZ 27.27 46.65 15.16 -
YUV 155.46 85.41 77.75 -
System Red Green Blue C M Y K H S L
Decimal 85 206 80 0.59 0 0.61 0.19 117.62 0.56 0.56
Hex 55 CE 50 3B 0 3D 13 76 38 38
Octal 125 316 120 73 0 75 23 166 70 70
Binary 1010101 11001110 1010000 111011 0 111101 10011 1110110 111000 111000

Color Harmonies of #55CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CE50

Black with #55CE50

Text Example


Text Example

White with #55CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,206,80); }

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

background-color css

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

 a { background-color: rgb(85,206,80); }

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

border-color css

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

 span { border-color: rgb(85,206,80); }

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