Html Css Color HEX #55CE40 Apple

📋 copy color: '#55CE40'

red 85 ◦ green 206 ◦ blue 64

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

Shades of Apple #55CE40

Tints of Apple #55CE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 23.94%
G = 58.03%
B = 18.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#55CE40 (or 0x55CE40) is known color: Apple. HEX triplet: 55, CE and 40. RGB value is (85,206,64). Sum of RGB (Red+Green+Blue) = 85+206+64=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE40 is #AA31BF. Grayscale: #9A9A9A. Windows color (decimal): -11153856 or 4247125. OLE color: 4247125.

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

Color convert

RGB 85 206 64 -
CMYK 0.59 0 0.69 0.19
HSL 111.13º 0.59% 0.53% -
HSV(B) 111.13º 0.69% 0.81% -
XYZ 26.74 46.44 12.41 -
YUV 153.63 77.41 79.05 -
System Red Green Blue C M Y K H S L
Decimal 85 206 64 0.59 0 0.69 0.19 111.13 0.59 0.53
Hex 55 CE 40 3B 0 45 13 6F 3B 35
Octal 125 316 100 73 0 105 23 157 73 65
Binary 1010101 11001110 1000000 111011 0 1000101 10011 1101111 111011 110101

Color Harmonies of #55CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CE40

Black with #55CE40

Text Example


Text Example

White with #55CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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