Html Css Color HEX #5CBC32 Apple

📋 copy color: '#5CBC32'

red 92 ◦ green 188 ◦ blue 50

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

Shades of Apple #5CBC32

Tints of Apple #5CBC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.97%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 27.88%
G = 56.97%
B = 15.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#5CBC32 (or 0x5CBC32) is known color: Apple. HEX triplet: 5C, BC and 32. RGB value is (92,188,50). Sum of RGB (Red+Green+Blue) = 92+188+50=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC32 is #A343CD. Grayscale: #909090. Windows color (decimal): -10699726 or 3325020. OLE color: 3325020.

HSL color Cylindrical-coordinate representation of color #5CBC32: hue angle of 101.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CBC32 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 188 50 -
CMYK 0.51 0 0.73 0.26
HSL 101.74º 0.58% 0.47% -
HSV(B) 101.74º 0.73% 0.74% -
XYZ 22.97 38.47 9.23 -
YUV 143.56 75.2 91.22 -
System Red Green Blue C M Y K H S L
Decimal 92 188 50 0.51 0 0.73 0.26 101.74 0.58 0.47
Hex 5C BC 32 33 0 49 1A 66 3A 2F
Octal 134 274 62 63 0 111 32 146 72 57
Binary 1011100 10111100 110010 110011 0 1001001 11010 1100110 111010 101111

Color Harmonies of #5CBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBC32

Black with #5CBC32

Text Example


Text Example

White with #5CBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,188,50); }

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

background-color css

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

 a { background-color: rgb(92,188,50); }

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

border-color css

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

 span { border-color: rgb(92,188,50); }

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