Html Css Color HEX #5CC034 Apple

📋 copy color: '#5CC034'

red 92 ◦ green 192 ◦ blue 52

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

Shades of Apple #5CC034

Tints of Apple #5CC034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 27.38%
G = 57.14%
B = 15.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#5CC034 (or 0x5CC034) is known color: Apple. HEX triplet: 5C, C0 and 34. RGB value is (92,192,52). Sum of RGB (Red+Green+Blue) = 92+192+52=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC034 is #A33FCB. Grayscale: #929292. Windows color (decimal): -10698700 or 3457116. OLE color: 3457116.

HSL color Cylindrical-coordinate representation of color #5CC034: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CC034 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 192 52 -
CMYK 0.52 0 0.73 0.25
HSL 102.86º 0.57% 0.48% -
HSV(B) 102.86º 0.73% 0.75% -
XYZ 23.88 40.22 9.75 -
YUV 146.14 74.87 89.38 -
System Red Green Blue C M Y K H S L
Decimal 92 192 52 0.52 0 0.73 0.25 102.86 0.57 0.48
Hex 5C C0 34 34 0 49 19 67 39 30
Octal 134 300 64 64 0 111 31 147 71 60
Binary 1011100 11000000 110100 110100 0 1001001 11001 1100111 111001 110000

Color Harmonies of #5CC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC034

Black with #5CC034

Text Example


Text Example

White with #5CC034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,192,52); }

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

background-color css

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

 a { background-color: rgb(92,192,52); }

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

border-color css

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

 span { border-color: rgb(92,192,52); }

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