Html Css Color HEX #5CC240 Apple

📋 copy color: '#5CC240'

red 92 ◦ green 194 ◦ blue 64

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

Shades of Apple #5CC240

Tints of Apple #5CC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.43%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 26.29%
G = 55.43%
B = 18.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#5CC240 (or 0x5CC240) is known color: Apple. HEX triplet: 5C, C2 and 40. RGB value is (92,194,64). Sum of RGB (Red+Green+Blue) = 92+194+64=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC240 is #A33DBF. Grayscale: #959595. Windows color (decimal): -10698176 or 4244060. OLE color: 4244060.

HSL color Cylindrical-coordinate representation of color #5CC240: hue angle of 107.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CC240 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 92 194 64 -
CMYK 0.53 0 0.67 0.24
HSL 107.08º 0.52% 0.51% -
HSV(B) 107.08º 0.67% 0.76% -
XYZ 24.63 41.23 11.51 -
YUV 148.68 80.21 87.57 -
System Red Green Blue C M Y K H S L
Decimal 92 194 64 0.53 0 0.67 0.24 107.08 0.52 0.51
Hex 5C C2 40 35 0 43 18 6B 34 33
Octal 134 302 100 65 0 103 30 153 64 63
Binary 1011100 11000010 1000000 110101 0 1000011 11000 1101011 110100 110011

Color Harmonies of #5CC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC240

Black with #5CC240

Text Example


Text Example

White with #5CC240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,194,64); }

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

background-color css

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

 a { background-color: rgb(92,194,64); }

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

border-color css

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

 span { border-color: rgb(92,194,64); }

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