Html Css Color HEX #55D23E Apple

📋 copy color: '#55D23E'

red 85 ◦ green 210 ◦ blue 62

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

Shades of Apple #55D23E

Tints of Apple #55D23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.82%

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

R = 23.81%
G = 58.82%
B = 17.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#55D23E (or 0x55D23E) is known color: Apple. HEX triplet: 55, D2 and 3E. RGB value is (85,210,62). Sum of RGB (Red+Green+Blue) = 85+210+62=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #55D23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D23E is #AA2DC1. Grayscale: #9C9C9C. Windows color (decimal): -11152834 or 4117077. OLE color: 4117077.

HSL color Cylindrical-coordinate representation of color #55D23E: hue angle of 110.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55D23E is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 62 -
CMYK 0.60 0 0.70 0.18
HSL 110.68º 0.62% 0.53% -
HSV(B) 110.68º 0.7% 0.82% -
XYZ 27.66 48.37 12.44 -
YUV 155.75 75.09 77.53 -
System Red Green Blue C M Y K H S L
Decimal 85 210 62 0.60 0 0.70 0.18 110.68 0.62 0.53
Hex 55 D2 3E 3C 0 46 12 6F 3E 35
Octal 125 322 76 74 0 106 22 157 76 65
Binary 1010101 11010010 111110 111100 0 1000110 10010 1101111 111110 110101

Color Harmonies of #55D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D23E

Black with #55D23E

Text Example


Text Example

White with #55D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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