Html Css Color HEX #5FBE3A Apple

📋 copy color: '#5FBE3A'

red 95 ◦ green 190 ◦ blue 58

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

Shades of Apple #5FBE3A

Tints of Apple #5FBE3A

RGB

 RED value IS 95 (37.5% from 255) = 27.7%

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 27.7%
G = 55.39%
B = 16.91%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#5FBE3A (or 0x5FBE3A) is known color: Apple. HEX triplet: 5F, BE and 3A. RGB value is (95,190,58). Sum of RGB (Red+Green+Blue) = 95+190+58=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBE3A is #A041C5. Grayscale: #929292. Windows color (decimal): -10502598 or 3849823. OLE color: 3849823.

HSL color Cylindrical-coordinate representation of color #5FBE3A: hue angle of 103.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FBE3A is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 190 58 -
CMYK 0.5 0 0.69 0.25
HSL 103.18º 0.53% 0.49% -
HSV(B) 103.18º 0.69% 0.75% -
XYZ 23.9 39.57 10.38 -
YUV 146.55 78.03 91.23 -
System Red Green Blue C M Y K H S L
Decimal 95 190 58 0.5 0 0.69 0.25 103.18 0.53 0.49
Hex 5F BE 3A 32 0 45 19 67 35 31
Octal 137 276 72 62 0 105 31 147 65 61
Binary 1011111 10111110 111010 110010 0 1000101 11001 1100111 110101 110001

Color Harmonies of #5FBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBE3A

Black with #5FBE3A

Text Example


Text Example

White with #5FBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,190,58); }

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

background-color css

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

 a { background-color: rgb(95,190,58); }

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

border-color css

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

 span { border-color: rgb(95,190,58); }

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