Html Css Color HEX #55C83E Apple

📋 copy color: '#55C83E'

red 85 ◦ green 200 ◦ blue 62

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

Shades of Apple #55C83E

Tints of Apple #55C83E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.64%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 24.5%
G = 57.64%
B = 17.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#55C83E (or 0x55C83E) is known color: Apple. HEX triplet: 55, C8 and 3E. RGB value is (85,200,62). Sum of RGB (Red+Green+Blue) = 85+200+62=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #55C83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C83E is #AA37C1. Grayscale: #969696. Windows color (decimal): -11155394 or 4114517. OLE color: 4114517.

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

Color convert

RGB 85 200 62 -
CMYK 0.58 0 0.69 0.22
HSL 110º 0.56% 0.51% -
HSV(B) 110º 0.69% 0.78% -
XYZ 25.27 43.59 11.64 -
YUV 149.88 78.4 81.72 -
System Red Green Blue C M Y K H S L
Decimal 85 200 62 0.58 0 0.69 0.22 110 0.56 0.51
Hex 55 C8 3E 3A 0 45 16 6E 38 33
Octal 125 310 76 72 0 105 26 156 70 63
Binary 1010101 11001000 111110 111010 0 1000101 10110 1101110 111000 110011

Color Harmonies of #55C83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C83E

Black with #55C83E

Text Example


Text Example

White with #55C83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,200,62); }

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

background-color css

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

 a { background-color: rgb(85,200,62); }

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

border-color css

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

 span { border-color: rgb(85,200,62); }

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