Html Css Color HEX #5BC042 Apple

📋 copy color: '#5BC042'

red 91 ◦ green 192 ◦ blue 66

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

Shades of Apple #5BC042

Tints of Apple #5BC042

RGB

 RED value IS 91 (35.94% from 255) = 26.07%

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 26.07%
G = 55.01%
B = 18.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#5BC042 (or 0x5BC042) is known color: Apple. HEX triplet: 5B, C0 and 42. RGB value is (91,192,66). Sum of RGB (Red+Green+Blue) = 91+192+66=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC042 is #A43FBD. Grayscale: #939393. Windows color (decimal): -10764222 or 4374619. OLE color: 4374619.

HSL color Cylindrical-coordinate representation of color #5BC042: hue angle of 108.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BC042 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 192 66 -
CMYK 0.53 0 0.66 0.25
HSL 108.1º 0.5% 0.51% -
HSV(B) 108.1º 0.66% 0.75% -
XYZ 24.15 40.32 11.66 -
YUV 147.44 82.04 87.75 -
System Red Green Blue C M Y K H S L
Decimal 91 192 66 0.53 0 0.66 0.25 108.1 0.5 0.51
Hex 5B C0 42 35 0 42 19 6C 32 33
Octal 133 300 102 65 0 102 31 154 62 63
Binary 1011011 11000000 1000010 110101 0 1000010 11001 1101100 110010 110011

Color Harmonies of #5BC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC042

Black with #5BC042

Text Example


Text Example

White with #5BC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BC042; }

 p { color: rgb(91,192,66); }

 H1.HeaderClassName
 {
   color: #5BC042;
 }
 .AnyTagClassName
 {
   color: #5BC042;
 }
</style>

background-color css

<style>
 a { background-color: #5BC042; }

 a { background-color: rgb(91,192,66); }

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

border-color css

<style>
 span { border-color: #5BC042; }

 span { border-color: rgb(91,192,66); }

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