Html Css Color HEX #5CB42F Apple

📋 copy color: '#5CB42F'

red 92 ◦ green 180 ◦ blue 47

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

Shades of Apple #5CB42F

Tints of Apple #5CB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 28.84%
G = 56.43%
B = 14.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#5CB42F (or 0x5CB42F) is known color: Apple. HEX triplet: 5C, B4 and 2F. RGB value is (92,180,47). Sum of RGB (Red+Green+Blue) = 92+180+47=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB42F is #A34BD0. Grayscale: #8A8A8A. Windows color (decimal): -10701777 or 3126364. OLE color: 3126364.

HSL color Cylindrical-coordinate representation of color #5CB42F: hue angle of 99.7º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CB42F is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 180 47 -
CMYK 0.49 0 0.74 0.29
HSL 99.7º 0.59% 0.45% -
HSV(B) 99.7º 0.74% 0.71% -
XYZ 21.25 35.12 8.35 -
YUV 138.53 76.35 94.81 -
System Red Green Blue C M Y K H S L
Decimal 92 180 47 0.49 0 0.74 0.29 99.7 0.59 0.45
Hex 5C B4 2F 31 0 4A 1D 64 3B 2D
Octal 134 264 57 61 0 112 35 144 73 55
Binary 1011100 10110100 101111 110001 0 1001010 11101 1100100 111011 101101

Color Harmonies of #5CB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB42F

Black with #5CB42F

Text Example


Text Example

White with #5CB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,180,47); }

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

background-color css

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

 a { background-color: rgb(92,180,47); }

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

border-color css

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

 span { border-color: rgb(92,180,47); }

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