Html Css Color HEX #5CBA2F Apple

📋 copy color: '#5CBA2F'

red 92 ◦ green 186 ◦ blue 47

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

Shades of Apple #5CBA2F

Tints of Apple #5CBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.23%

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

R = 28.31%
G = 57.23%
B = 14.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#5CBA2F (or 0x5CBA2F) is known color: Apple. HEX triplet: 5C, BA and 2F. RGB value is (92,186,47). Sum of RGB (Red+Green+Blue) = 92+186+47=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBA2F is #A345D0. Grayscale: #8E8E8E. Windows color (decimal): -10700241 or 3127900. OLE color: 3127900.

HSL color Cylindrical-coordinate representation of color #5CBA2F: hue angle of 100.58º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CBA2F is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 186 47 -
CMYK 0.51 0 0.75 0.27
HSL 100.58º 0.6% 0.46% -
HSV(B) 100.58º 0.75% 0.73% -
XYZ 22.49 37.6 8.76 -
YUV 142.05 74.36 92.3 -
System Red Green Blue C M Y K H S L
Decimal 92 186 47 0.51 0 0.75 0.27 100.58 0.6 0.46
Hex 5C BA 2F 33 0 4B 1B 65 3C 2E
Octal 134 272 57 63 0 113 33 145 74 56
Binary 1011100 10111010 101111 110011 0 1001011 11011 1100101 111100 101110

Color Harmonies of #5CBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBA2F

Black with #5CBA2F

Text Example


Text Example

White with #5CBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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