Html Css Color HEX #5CB242 Apple

📋 copy color: '#5CB242'

red 92 ◦ green 178 ◦ blue 66

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

Shades of Apple #5CB242

Tints of Apple #5CB242

RGB

 RED value IS 92 (36.33% from 255) = 27.38%

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

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

R = 27.38%
G = 52.98%
B = 19.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#5CB242 (or 0x5CB242) is known color: Apple. HEX triplet: 5C, B2 and 42. RGB value is (92,178,66). Sum of RGB (Red+Green+Blue) = 92+178+66=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB242 is #A34DBD. Grayscale: #8B8B8B. Windows color (decimal): -10702270 or 4371036. OLE color: 4371036.

HSL color Cylindrical-coordinate representation of color #5CB242: hue angle of 106.07º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CB242 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 92 178 66 -
CMYK 0.48 0 0.63 0.30
HSL 106.07º 0.46% 0.48% -
HSV(B) 106.07º 0.63% 0.7% -
XYZ 21.32 34.51 10.69 -
YUV 139.52 86.51 94.11 -
System Red Green Blue C M Y K H S L
Decimal 92 178 66 0.48 0 0.63 0.30 106.07 0.46 0.48
Hex 5C B2 42 30 0 3F 1E 6A 2E 30
Octal 134 262 102 60 0 77 36 152 56 60
Binary 1011100 10110010 1000010 110000 0 111111 11110 1101010 101110 110000

Color Harmonies of #5CB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB242

Black with #5CB242

Text Example


Text Example

White with #5CB242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,178,66); }

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

background-color css

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

 a { background-color: rgb(92,178,66); }

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

border-color css

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

 span { border-color: rgb(92,178,66); }

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