Html Css Color HEX #55B23F Apple

📋 copy color: '#55B23F'

red 85 ◦ green 178 ◦ blue 63

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

Shades of Apple #55B23F

Tints of Apple #55B23F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 26.07%
G = 54.6%
B = 19.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#55B23F (or 0x55B23F) is known color: Apple. HEX triplet: 55, B2 and 3F. RGB value is (85,178,63). Sum of RGB (Red+Green+Blue) = 85+178+63=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #55B23F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B23F is #AA4DC0. Grayscale: #898989. Windows color (decimal): -11161025 or 4174421. OLE color: 4174421.

HSL color Cylindrical-coordinate representation of color #55B23F: hue angle of 108.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55B23F is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 63 -
CMYK 0.52 0 0.65 0.30
HSL 108.52º 0.48% 0.47% -
HSV(B) 108.52º 0.65% 0.7% -
XYZ 20.56 34.13 10.21 -
YUV 137.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 85 178 63 0.52 0 0.65 0.30 108.52 0.48 0.47
Hex 55 B2 3F 34 0 41 1E 6D 30 2F
Octal 125 262 77 64 0 101 36 155 60 57
Binary 1010101 10110010 111111 110100 0 1000001 11110 1101101 110000 101111

Color Harmonies of #55B23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B23F

Black with #55B23F

Text Example


Text Example

White with #55B23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,63); }

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

background-color css

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

 a { background-color: rgb(85,178,63); }

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

border-color css

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

 span { border-color: rgb(85,178,63); }

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