Html Css Color HEX #55D040 Apple

📋 copy color: '#55D040'

red 85 ◦ green 208 ◦ blue 64

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

Shades of Apple #55D040

Tints of Apple #55D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

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

R = 23.81%
G = 58.26%
B = 17.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#55D040 (or 0x55D040) is known color: Apple. HEX triplet: 55, D0 and 40. RGB value is (85,208,64). Sum of RGB (Red+Green+Blue) = 85+208+64=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #55D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D040 is #AA2FBF. Grayscale: #9B9B9B. Windows color (decimal): -11153344 or 4247637. OLE color: 4247637.

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

Color convert

RGB 85 208 64 -
CMYK 0.59 0 0.69 0.18
HSL 111.25º 0.61% 0.53% -
HSV(B) 111.25º 0.69% 0.82% -
XYZ 27.23 47.41 12.57 -
YUV 154.81 76.75 78.21 -
System Red Green Blue C M Y K H S L
Decimal 85 208 64 0.59 0 0.69 0.18 111.25 0.61 0.53
Hex 55 D0 40 3B 0 45 12 6F 3D 35
Octal 125 320 100 73 0 105 22 157 75 65
Binary 1010101 11010000 1000000 111011 0 1000101 10010 1101111 111101 110101

Color Harmonies of #55D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D040

Black with #55D040

Text Example


Text Example

White with #55D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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